Color Hex Logo

#a2499f Color Hex

#A2499F
(162,73,159)
0 Favorites   0 Comments

Color spaces of #a2499f

RGB 16273159
HSL0.840.380.46
HSV302°55°64°
CMYK 0.000.550.02   0.36
XYZ23.540814.949734.4457
Yxy14.94970.32280.2050
Hunter Lab38.664841.0149-25.7548
CIE-Lab45.565248.6336-30.1298

#a2499f color RGB value is (162,73,159).

#a2499f hex color red value is 162, green value is 73 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a2499f hue: 0.84 , saturation: 0.38 and the lightness value of a2499f is 0.46.

The process color (four color CMYK) of #a2499f color hex is 0.00, 0.55, 0.02, 0.36. Web safe color of #a2499f is #993399. Color #a2499f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001001 10011111
Octal 242 111 237
Decimal 162 73 159
Hex A2 49 9F

RGB Percentages of Color #a2499f

%41.12
%18.53
%40.36

CMYK Percentages of Color #a2499f

%0
%55
%2
%36

Triadic Colors of #a2499f

#a2499f #9fa249 #499fa2

Analogous Colors of #a2499f

#a2499f #a24973 #7949a2

Monochromatic Colors of #a2499f

#a2499f

Complementary Color

#a2499f #49a24c

#a2499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2499f Color CSS Codes

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

#a2499f Text Font Color

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

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


#a2499f Background Color

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

This div background color is #a2499f


#a2499f Border Color

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

This div border color is #a2499f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2499f


Comments

No comments written yet.

Please login to write comment.