Color Hex Logo

#a2117e Color Hex

#A2117E
(162,17,126)
0 Favorites   0 Comments

Color spaces of #a2117e

RGB 16217126
HSL0.870.810.35
HSV315°90°64°
CMYK 0.000.900.22   0.36
XYZ18.86669.588620.5951
Yxy9.58860.38460.1955
Hunter Lab30.965554.5667-17.7579
CIE-Lab37.093762.8156-23.2651

#a2117e color RGB value is (162,17,126).

#a2117e hex color red value is 162, green value is 17 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a2117e hue: 0.87 , saturation: 0.81 and the lightness value of a2117e is 0.35.

The process color (four color CMYK) of #a2117e color hex is 0.00, 0.90, 0.22, 0.36. Web safe color of #a2117e is #990066. Color #a2117e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010001 01111110
Octal 242 21 176
Decimal 162 17 126
Hex A2 11 7E

RGB Percentages of Color #a2117e

%53.11
%5.57
%41.31

CMYK Percentages of Color #a2117e

%0
%90
%22
%36

Triadic Colors of #a2117e

#a2117e #7ea211 #117ea2

Analogous Colors of #a2117e

#a2117e #a21136 #7e11a2

Monochromatic Colors of #a2117e

#a2117e

Complementary Color

#a2117e #11a235

#a2117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2117e Color CSS Codes

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

#a2117e Text Font Color

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

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


#a2117e Background Color

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

This div background color is #a2117e


#a2117e Border Color

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

This div border color is #a2117e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,17,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2117e


Comments

No comments written yet.

Please login to write comment.