Color Hex Logo

#990aac Color Hex

#990AAC
(153,10,172)
0 Favorites   0 Comments

Color spaces of #990aac

RGB 15310172
HSL0.810.890.36
HSV293°94°67°
CMYK 0.110.940.00   0.33
XYZ20.69189.967939.8632
Yxy9.96790.29340.1413
Hunter Lab31.572061.7352-52.7599
CIE-Lab37.784868.9545-50.3438

#990aac color RGB value is (153,10,172).

#990aac hex color red value is 153, green value is 10 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #990aac hue: 0.81 , saturation: 0.89 and the lightness value of 990aac is 0.36.

The process color (four color CMYK) of #990aac color hex is 0.11, 0.94, 0.00, 0.33. Web safe color of #990aac is #990099. Color #990aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001010 10101100
Octal 231 12 254
Decimal 153 10 172
Hex 99 A AC

RGB Percentages of Color #990aac

%45.67
%2.99
%51.34

CMYK Percentages of Color #990aac

%11
%94
%0
%33

Triadic Colors of #990aac

#990aac #ac990a #0aac99

Analogous Colors of #990aac

#990aac #ac0a6e #480aac

Monochromatic Colors of #990aac

#990aac

Complementary Color

#990aac #1dac0a

#990aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#990aac Color CSS Codes

.mybgcolor {background-color:#990aac; } 
.myforecolor {color:#990aac; }
.mybordercolor {border:3px solid #990aac; }

#990aac Text Font Color

<p style="color:#990aac">Text here</p>

This sample text font color is #990aac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#990aac Background Color

<div style="background-color:#990aac">
Div content here</div>

This div background color is #990aac


#990aac Border Color

<div style="border:3px solid #990aac">
Div here</div>

This div border color is #990aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,10,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #990aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #990aac;
  -webkit-box-shadow: 1px 1px 3px 2px #990aac;
  box-shadow:         1px 1px 3px 2px #990aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,10,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #990aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #990aac;
  -webkit-box-shadow: 1px 1px 3px 2px #990aac;
  box-shadow:         1px 1px 3px 2px #990aac;">
Div content here</div>

This div box has shadow with color #990aac


Comments

No comments written yet.

Please login to write comment.