Color Hex Logo

#a2077d Color Hex

#A2077D
(162,7,125)
0 Favorites   0 Comments

Color spaces of #a2077d

RGB 1627125
HSL0.870.920.33
HSV314°96°64°
CMYK 0.000.960.23   0.36
XYZ18.67799.314020.2154
Yxy9.31400.38740.1932
Hunter Lab30.518855.8362-17.9100
CIE-Lab36.582064.0457-23.4375

#a2077d color RGB value is (162,7,125).

#a2077d hex color red value is 162, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a2077d hue: 0.87 , saturation: 0.92 and the lightness value of a2077d is 0.33.

The process color (four color CMYK) of #a2077d color hex is 0.00, 0.96, 0.23, 0.36. Web safe color of #a2077d is #990066. Color #a2077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000111 01111101
Octal 242 7 175
Decimal 162 7 125
Hex A2 7 7D

RGB Percentages of Color #a2077d

%55.10
%2.38
%42.52

CMYK Percentages of Color #a2077d

%0
%96
%23
%36

Triadic Colors of #a2077d

#a2077d #7da207 #077da2

Analogous Colors of #a2077d

#a2077d #a20730 #7a07a2

Monochromatic Colors of #a2077d

#a2077d

Complementary Color

#a2077d #07a22c

#a2077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2077d Color CSS Codes

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

#a2077d Text Font Color

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

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


#a2077d Background Color

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

This div background color is #a2077d


#a2077d Border Color

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

This div border color is #a2077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2077d


Comments

No comments written yet.

Please login to write comment.