Color Hex Logo

#a2449e Color Hex

#A2449E
(162,68,158)
0 Favorites   0 Comments

Color spaces of #a2449e

RGB 16268158
HSL0.840.410.45
HSV303°58°64°
CMYK 0.000.580.02   0.36
XYZ23.139014.284233.8853
Yxy14.28420.32450.2003
Hunter Lab37.794443.1433-26.7014
CIE-Lab44.637850.8344-30.9857

#a2449e color RGB value is (162,68,158).

#a2449e hex color red value is 162, green value is 68 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a2449e hue: 0.84 , saturation: 0.41 and the lightness value of a2449e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000100 10011110
Octal 242 104 236
Decimal 162 68 158
Hex A2 44 9E

RGB Percentages of Color #a2449e

%41.75
%17.53
%40.72

CMYK Percentages of Color #a2449e

%0
%58
%2
%36

Triadic Colors of #a2449e

#a2449e #9ea244 #449ea2

Analogous Colors of #a2449e

#a2449e #a2446f #7744a2

Monochromatic Colors of #a2449e

#a2449e

Complementary Color

#a2449e #44a248

#a2449e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2449e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2449e Color CSS Codes

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

#a2449e Text Font Color

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

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


#a2449e Background Color

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

This div background color is #a2449e


#a2449e Border Color

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

This div border color is #a2449e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2449e


Comments

No comments written yet.

Please login to write comment.