Color Hex Logo

#a2227d Color Hex

#A2227D
(162,34,125)
0 Favorites   0 Comments

Color spaces of #a2227d

RGB 16234125
HSL0.880.650.38
HSV317°79°64°
CMYK 0.000.790.23   0.36
XYZ19.174010.306120.3807
Yxy10.30610.38460.2067
Hunter Lab32.103150.4310-15.1681
CIE-Lab38.386358.8196-20.6368

#a2227d color RGB value is (162,34,125).

#a2227d hex color red value is 162, green value is 34 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a2227d hue: 0.88 , saturation: 0.65 and the lightness value of a2227d is 0.38.

The process color (four color CMYK) of #a2227d color hex is 0.00, 0.79, 0.23, 0.36. Web safe color of #a2227d is #993366. Color #a2227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100010 01111101
Octal 242 42 175
Decimal 162 34 125
Hex A2 22 7D

RGB Percentages of Color #a2227d

%50.47
%10.59
%38.94

CMYK Percentages of Color #a2227d

%0
%79
%23
%36

Triadic Colors of #a2227d

#a2227d #7da222 #227da2

Analogous Colors of #a2227d

#a2227d #a2223d #8722a2

Monochromatic Colors of #a2227d

#a2227d

Complementary Color

#a2227d #22a247

#a2227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2227d Color CSS Codes

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

#a2227d Text Font Color

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

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


#a2227d Background Color

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

This div background color is #a2227d


#a2227d Border Color

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

This div border color is #a2227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2227d


Comments

No comments written yet.

Please login to write comment.