Color Hex Logo

#a90cab Color Hex

#A90CAB
(169,12,171)
0 Favorites   0 Comments

Color spaces of #a90cab

RGB 16912171
HSL0.830.870.36
HSV299°93°67°
CMYK 0.010.930.00   0.33
XYZ23.844311.638239.5177
Yxy11.63820.31790.1552
Hunter Lab34.114865.0604-44.7996
CIE-Lab40.635271.2273-45.0147

#a90cab color RGB value is (169,12,171).

#a90cab hex color red value is 169, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a90cab hue: 0.83 , saturation: 0.87 and the lightness value of a90cab is 0.36.

The process color (four color CMYK) of #a90cab color hex is 0.01, 0.93, 0.00, 0.33. Web safe color of #a90cab is #990099. Color #a90cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001100 10101011
Octal 251 14 253
Decimal 169 12 171
Hex A9 C AB

RGB Percentages of Color #a90cab

%48.01
%3.41
%48.58

CMYK Percentages of Color #a90cab

%1
%93
%0
%33

Triadic Colors of #a90cab

#a90cab #aba90c #0caba9

Analogous Colors of #a90cab

#a90cab #ab0c5e #5a0cab

Monochromatic Colors of #a90cab

#a90cab

Complementary Color

#a90cab #0eab0c

#a90cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90cab Color CSS Codes

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

#a90cab Text Font Color

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

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


#a90cab Background Color

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

This div background color is #a90cab


#a90cab Border Color

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

This div border color is #a90cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90cab


Comments

No comments written yet.

Please login to write comment.