Color Hex Logo

#a990cb Color Hex

#A990CB
(169,144,203)
0 Favorites   0 Comments

Color spaces of #a990cb

RGB 169144203
HSL0.740.360.68
HSV265°29°80°
CMYK 0.170.290.00   0.20
XYZ37.114932.693360.8542
Yxy32.69330.28410.2502
Hunter Lab57.178115.8047-23.0773
CIE-Lab63.911821.0127-26.9640

#a990cb color RGB value is (169,144,203).

#a990cb hex color red value is 169, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a990cb hue: 0.74 , saturation: 0.36 and the lightness value of a990cb is 0.68.

The process color (four color CMYK) of #a990cb color hex is 0.17, 0.29, 0.00, 0.20. Web safe color of #a990cb is #9999cc. Color #a990cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11001011
Octal 251 220 313
Decimal 169 144 203
Hex A9 90 CB

RGB Percentages of Color #a990cb

%32.75
%27.91
%39.34

CMYK Percentages of Color #a990cb

%17
%29
%0
%20

Triadic Colors of #a990cb

#a990cb #cba990 #90cba9

Analogous Colors of #a990cb

#a990cb #c790cb #9095cb

Monochromatic Colors of #a990cb

#a990cb

Complementary Color

#a990cb #b2cb90

#a990cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990cb Color CSS Codes

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

#a990cb Text Font Color

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

This sample text font color is #a990cb
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.


#a990cb Background Color

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

This div background color is #a990cb


#a990cb Border Color

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

This div border color is #a990cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,144,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a990cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a990cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a990cb;
  box-shadow:         1px 1px 3px 2px #a990cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,144,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990cb


Comments

No comments written yet.

Please login to write comment.