Color Hex Logo

#a2125f Color Hex

#A2125F
(162,18,95)
0 Favorites   0 Comments

Color spaces of #a2125f

RGB 1621895
HSL0.910.800.35
HSV328°89°64°
CMYK 0.000.890.41   0.36
XYZ17.18228.940211.6465
Yxy8.94020.45490.2367
Hunter Lab29.900250.2501-2.1641
CIE-Lab35.868959.1430-5.5092

#a2125f color RGB value is (162,18,95).

#a2125f hex color red value is 162, green value is 18 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a2125f hue: 0.91 , saturation: 0.80 and the lightness value of a2125f is 0.35.

The process color (four color CMYK) of #a2125f color hex is 0.00, 0.89, 0.41, 0.36. Web safe color of #a2125f is #990066. Color #a2125f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010010 01011111
Octal 242 22 137
Decimal 162 18 95
Hex A2 12 5F

RGB Percentages of Color #a2125f

%58.91
%6.55
%34.55

CMYK Percentages of Color #a2125f

%0
%89
%41
%36

Triadic Colors of #a2125f

#a2125f #5fa212 #125fa2

Analogous Colors of #a2125f

#a2125f #a21217 #9d12a2

Monochromatic Colors of #a2125f

#a2125f

Complementary Color

#a2125f #12a255

#a2125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2125f Color CSS Codes

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

#a2125f Text Font Color

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

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


#a2125f Background Color

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

This div background color is #a2125f


#a2125f Border Color

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

This div border color is #a2125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2125f


Comments

No comments written yet.

Please login to write comment.