Color Hex Logo

#a20ecb Color Hex

#A20ECB
(162,14,203)
0 Favorites   0 Comments

Color spaces of #a20ecb

RGB 16214203
HSL0.800.870.43
HSV287°93°80°
CMYK 0.200.930.00   0.20
XYZ25.836812.307357.5137
Yxy12.30730.27010.1287
Hunter Lab35.081870.0675-72.6439
CIE-Lab41.700475.1857-62.1881

#a20ecb color RGB value is (162,14,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001110 11001011
Octal 242 16 313
Decimal 162 14 203
Hex A2 E CB

RGB Percentages of Color #a20ecb

%42.74
%3.69
%53.56

CMYK Percentages of Color #a20ecb

%20
%93
%0
%20

Triadic Colors of #a20ecb

#a20ecb #cba20e #0ecba2

Analogous Colors of #a20ecb

#a20ecb #cb0e96 #440ecb

Monochromatic Colors of #a20ecb

#a20ecb

Complementary Color

#a20ecb #37cb0e

#a20ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20ecb Color CSS Codes

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

#a20ecb Text Font Color

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

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


#a20ecb Background Color

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

This div background color is #a20ecb


#a20ecb Border Color

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

This div border color is #a20ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20ecb


Comments

No comments written yet.

Please login to write comment.