Color Hex Logo

#a005cc Color Hex

#A005CC
(160,5,204)
0 Favorites   0 Comments

Color spaces of #a005cc

RGB 1605204
HSL0.800.950.41
HSV287°98°80°
CMYK 0.220.980.00   0.20
XYZ25.450611.941858.0903
Yxy11.94180.26650.1251
Hunter Lab34.556970.9877-75.4769
CIE-Lab41.123576.0506-63.7213

#a005cc color RGB value is (160,5,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000101 11001100
Octal 240 5 314
Decimal 160 5 204
Hex A0 5 CC

RGB Percentages of Color #a005cc

%43.36
%1.36
%55.28

CMYK Percentages of Color #a005cc

%22
%98
%0
%20

Triadic Colors of #a005cc

#a005cc #cca005 #05cca0

Analogous Colors of #a005cc

#a005cc #cc0595 #3d05cc

Monochromatic Colors of #a005cc

#a005cc

Complementary Color

#a005cc #31cc05

#a005cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a005cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a005cc Color CSS Codes

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

#a005cc Text Font Color

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

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


#a005cc Background Color

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

This div background color is #a005cc


#a005cc Border Color

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

This div border color is #a005cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,5,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 #a005cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a005cc


Comments

No comments written yet.

Please login to write comment.