Color Hex Logo

#a2257e Color Hex

#A2257E
(162,37,126)
0 Favorites   0 Comments

Color spaces of #a2257e

RGB 16237126
HSL0.880.630.39
HSV317°77°64°
CMYK 0.000.770.22   0.36
XYZ19.327810.510920.7488
Yxy10.51090.38210.2078
Hunter Lab32.420549.6786-15.2506
CIE-Lab38.744258.0590-20.7044

#a2257e color RGB value is (162,37,126).

#a2257e hex color red value is 162, green value is 37 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a2257e hue: 0.88 , saturation: 0.63 and the lightness value of a2257e is 0.39.

The process color (four color CMYK) of #a2257e color hex is 0.00, 0.77, 0.22, 0.36. Web safe color of #a2257e is #993366. Color #a2257e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100101 01111110
Octal 242 45 176
Decimal 162 37 126
Hex A2 25 7E

RGB Percentages of Color #a2257e

%49.85
%11.38
%38.77

CMYK Percentages of Color #a2257e

%0
%77
%22
%36

Triadic Colors of #a2257e

#a2257e #7ea225 #257ea2

Analogous Colors of #a2257e

#a2257e #a22540 #8825a2

Monochromatic Colors of #a2257e

#a2257e

Complementary Color

#a2257e #25a249

#a2257e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2257e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2257e Color CSS Codes

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

#a2257e Text Font Color

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

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


#a2257e Background Color

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

This div background color is #a2257e


#a2257e Border Color

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

This div border color is #a2257e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2257e


Comments

No comments written yet.

Please login to write comment.