Color Hex Logo

#a015cb Color Hex

#A015CB
(160,21,203)
0 Favorites   0 Comments

Color spaces of #a015cb

RGB 16021203
HSL0.790.810.44
HSV286°90°80°
CMYK 0.210.900.00   0.20
XYZ25.544912.321757.5319
Yxy12.32170.26780.1292
Hunter Lab35.102368.4704-72.6035
CIE-Lab41.722973.8644-62.1664

#a015cb color RGB value is (160,21,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 11001011
Octal 240 25 313
Decimal 160 21 203
Hex A0 15 CB

RGB Percentages of Color #a015cb

%41.67
%5.47
%52.86

CMYK Percentages of Color #a015cb

%21
%90
%0
%20

Triadic Colors of #a015cb

#a015cb #cba015 #15cba0

Analogous Colors of #a015cb

#a015cb #cb159b #4515cb

Monochromatic Colors of #a015cb

#a015cb

Complementary Color

#a015cb #40cb15

#a015cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015cb Color CSS Codes

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

#a015cb Text Font Color

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

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


#a015cb Background Color

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

This div background color is #a015cb


#a015cb Border Color

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

This div border color is #a015cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015cb


Comments

No comments written yet.

Please login to write comment.