Color Hex Logo

#a214cb Color Hex

#A214CB
(162,20,203)
0 Favorites   0 Comments

Color spaces of #a214cb

RGB 16220203
HSL0.800.820.44
HSV287°90°80°
CMYK 0.200.900.00   0.20
XYZ25.929912.493557.5447
Yxy12.49350.27020.1302
Hunter Lab35.346169.0917-71.7838
CIE-Lab41.989974.3263-61.7180

#a214cb color RGB value is (162,20,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010100 11001011
Octal 242 24 313
Decimal 162 20 203
Hex A2 14 CB

RGB Percentages of Color #a214cb

%42.08
%5.19
%52.73

CMYK Percentages of Color #a214cb

%20
%90
%0
%20

Triadic Colors of #a214cb

#a214cb #cba214 #14cba2

Analogous Colors of #a214cb

#a214cb #cb1499 #4614cb

Monochromatic Colors of #a214cb

#a214cb

Complementary Color

#a214cb #3dcb14

#a214cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a214cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a214cb Color CSS Codes

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

#a214cb Text Font Color

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

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


#a214cb Background Color

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

This div background color is #a214cb


#a214cb Border Color

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

This div border color is #a214cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a214cb


Comments

No comments written yet.

Please login to write comment.