Color Hex Logo

#a015ca Color Hex

#A015CA
(160,21,202)
0 Favorites   0 Comments

Color spaces of #a015ca

RGB 16021202
HSL0.790.810.44
HSV286°90°79°
CMYK 0.210.900.00   0.21
XYZ25.426012.274256.9062
Yxy12.27420.26880.1297
Hunter Lab35.034668.2342-71.7798
CIE-Lab41.648673.6831-61.7062

#a015ca color RGB value is (160,21,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 11001010
Octal 240 25 312
Decimal 160 21 202
Hex A0 15 CA

RGB Percentages of Color #a015ca

%41.78
%5.48
%52.74

CMYK Percentages of Color #a015ca

%21
%90
%0
%21

Triadic Colors of #a015ca

#a015ca #caa015 #15caa0

Analogous Colors of #a015ca

#a015ca #ca159a #4515ca

Monochromatic Colors of #a015ca

#a015ca

Complementary Color

#a015ca #3fca15

#a015ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015ca Color CSS Codes

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

#a015ca Text Font Color

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

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


#a015ca Background Color

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

This div background color is #a015ca


#a015ca Border Color

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

This div border color is #a015ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015ca


Comments

No comments written yet.

Please login to write comment.