Color Hex Logo

#a2717e Color Hex

#A2717E
(162,113,126)
0 Favorites   0 Comments

Color spaces of #a2717e

RGB 162113126
HSL0.960.210.54
HSV344°30°64°
CMYK 0.000.300.22   0.36
XYZ24.571320.998022.4966
Yxy20.99800.36100.3085
Hunter Lab45.823615.52322.9687
CIE-Lab52.947321.33080.6389

#a2717e color RGB value is (162,113,126).

#a2717e hex color red value is 162, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a2717e hue: 0.96 , saturation: 0.21 and the lightness value of a2717e is 0.54.

The process color (four color CMYK) of #a2717e color hex is 0.00, 0.30, 0.22, 0.36. Web safe color of #a2717e is #996666. Color #a2717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110001 01111110
Octal 242 161 176
Decimal 162 113 126
Hex A2 71 7E

RGB Percentages of Color #a2717e

%40.40
%28.18
%31.42

CMYK Percentages of Color #a2717e

%0
%30
%22
%36

Triadic Colors of #a2717e

#a2717e #7ea271 #717ea2

Analogous Colors of #a2717e

#a2717e #a27d71 #a27197

Monochromatic Colors of #a2717e

#a2717e

Complementary Color

#a2717e #71a295

#a2717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2717e Color CSS Codes

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

#a2717e Text Font Color

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

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


#a2717e Background Color

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

This div background color is #a2717e


#a2717e Border Color

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

This div border color is #a2717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2717e


Comments

No comments written yet.

Please login to write comment.