Color Hex Logo

#a00ca9 Color Hex

#A00CA9
(160,12,169)
0 Favorites   0 Comments

Color spaces of #a00ca9

RGB 16012169
HSL0.820.870.35
HSV297°93°66°
CMYK 0.050.930.00   0.34
XYZ21.790110.601138.4339
Yxy10.60110.30770.1497
Hunter Lab32.559362.4810-47.1960
CIE-Lab38.900369.3763-46.6896

#a00ca9 color RGB value is (160,12,169).

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

The process color (four color CMYK) of #a00ca9 color hex is 0.05, 0.93, 0.00, 0.34. Web safe color of #a00ca9 is #990099. Color #a00ca9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 10101001
Octal 240 14 251
Decimal 160 12 169
Hex A0 C A9

RGB Percentages of Color #a00ca9

%46.92
%3.52
%49.56

CMYK Percentages of Color #a00ca9

%5
%93
%0
%34

Triadic Colors of #a00ca9

#a00ca9 #a9a00c #0ca9a0

Analogous Colors of #a00ca9

#a00ca9 #a90c63 #520ca9

Monochromatic Colors of #a00ca9

#a00ca9

Complementary Color

#a00ca9 #15a90c

#a00ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00ca9 Color CSS Codes

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

#a00ca9 Text Font Color

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

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


#a00ca9 Background Color

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

This div background color is #a00ca9


#a00ca9 Border Color

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

This div border color is #a00ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00ca9


Comments

No comments written yet.

Please login to write comment.