Color Hex Logo

#a00ccc Color Hex

#A00CCC
(160,12,204)
0 Favorites   0 Comments

Color spaces of #a00ccc

RGB 16012204
HSL0.800.890.42
HSV286°94°80°
CMYK 0.220.940.00   0.20
XYZ25.527812.096258.1161
Yxy12.09620.26660.1263
Hunter Lab34.779670.1526-74.7269
CIE-Lab41.368675.3195-63.3227

#a00ccc color RGB value is (160,12,204).

#a00ccc hex color red value is 160, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a00ccc hue: 0.80 , saturation: 0.89 and the lightness value of a00ccc is 0.42.

The process color (four color CMYK) of #a00ccc color hex is 0.22, 0.94, 0.00, 0.20. Web safe color of #a00ccc is #9900cc. Color #a00ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11001100
Octal 240 14 314
Decimal 160 12 204
Hex A0 C CC

RGB Percentages of Color #a00ccc

%42.55
%3.19
%54.26

CMYK Percentages of Color #a00ccc

%22
%94
%0
%20

Triadic Colors of #a00ccc

#a00ccc #cca00c #0ccca0

Analogous Colors of #a00ccc

#a00ccc #cc0c98 #400ccc

Monochromatic Colors of #a00ccc

#a00ccc

Complementary Color

#a00ccc #38cc0c

#a00ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00ccc Color CSS Codes

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

#a00ccc Text Font Color

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

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


#a00ccc Background Color

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

This div background color is #a00ccc


#a00ccc Border Color

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

This div border color is #a00ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00ccc


Comments

No comments written yet.

Please login to write comment.