Color Hex Logo

#a010cb Color Hex

#A010CB
(160,16,203)
0 Favorites   0 Comments

Color spaces of #a010cb

RGB 16016203
HSL0.800.850.43
HSV286°92°80°
CMYK 0.210.920.00   0.20
XYZ25.462012.156057.5043
Yxy12.15600.26770.1278
Hunter Lab34.865569.3428-73.3824
CIE-Lab41.463074.6353-62.5887

#a010cb color RGB value is (160,16,203).

#a010cb hex color red value is 160, green value is 16 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a010cb hue: 0.80 , saturation: 0.85 and the lightness value of a010cb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 11001011
Octal 240 20 313
Decimal 160 16 203
Hex A0 10 CB

RGB Percentages of Color #a010cb

%42.22
%4.22
%53.56

CMYK Percentages of Color #a010cb

%21
%92
%0
%20

Triadic Colors of #a010cb

#a010cb #cba010 #10cba0

Analogous Colors of #a010cb

#a010cb #cb1099 #4310cb

Monochromatic Colors of #a010cb

#a010cb

Complementary Color

#a010cb #3bcb10

#a010cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010cb Color CSS Codes

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

#a010cb Text Font Color

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

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


#a010cb Background Color

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

This div background color is #a010cb


#a010cb Border Color

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

This div border color is #a010cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010cb


Comments

No comments written yet.

Please login to write comment.