Color Hex Logo

#a2489e Color Hex

#A2489E
(162,72,158)
0 Favorites   0 Comments

Color spaces of #a2489e

RGB 16272158
HSL0.840.380.46
HSV303°56°64°
CMYK 0.000.560.02   0.36
XYZ23.389214.784733.9687
Yxy14.78470.32420.2049
Hunter Lab38.450941.2903-25.4630
CIE-Lab45.337948.9380-29.8898

#a2489e color RGB value is (162,72,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 10011110
Octal 242 110 236
Decimal 162 72 158
Hex A2 48 9E

RGB Percentages of Color #a2489e

%41.33
%18.37
%40.31

CMYK Percentages of Color #a2489e

%0
%56
%2
%36

Triadic Colors of #a2489e

#a2489e #9ea248 #489ea2

Analogous Colors of #a2489e

#a2489e #a24871 #7948a2

Monochromatic Colors of #a2489e

#a2489e

Complementary Color

#a2489e #48a24c

#a2489e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2489e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2489e Color CSS Codes

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

#a2489e Text Font Color

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

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


#a2489e Background Color

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

This div background color is #a2489e


#a2489e Border Color

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

This div border color is #a2489e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2489e


Comments

No comments written yet.

Please login to write comment.