Color Hex Logo

#a015cc Color Hex

#A015CC
(160,21,204)
0 Favorites   0 Comments

Color spaces of #a015cc

RGB 16021204
HSL0.790.810.44
HSV286°90°80°
CMYK 0.220.900.00   0.20
XYZ25.664512.369558.1616
Yxy12.36950.26680.1286
Hunter Lab35.170368.7071-73.4295
CIE-Lab41.797574.0458-62.6256

#a015cc color RGB value is (160,21,204).

#a015cc hex color red value is 160, green value is 21 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a015cc hue: 0.79 , saturation: 0.81 and the lightness value of a015cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 11001100
Octal 240 25 314
Decimal 160 21 204
Hex A0 15 CC

RGB Percentages of Color #a015cc

%41.56
%5.45
%52.99

CMYK Percentages of Color #a015cc

%22
%90
%0
%20

Triadic Colors of #a015cc

#a015cc #cca015 #15cca0

Analogous Colors of #a015cc

#a015cc #cc159d #4515cc

Monochromatic Colors of #a015cc

#a015cc

Complementary Color

#a015cc #41cc15

#a015cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015cc Color CSS Codes

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

#a015cc Text Font Color

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

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


#a015cc Background Color

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

This div background color is #a015cc


#a015cc Border Color

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

This div border color is #a015cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015cc


Comments

No comments written yet.

Please login to write comment.