Color Hex Logo

#a24389 Color Hex

#A24389
(162,67,137)
0 Favorites   0 Comments

Color spaces of #a24389

RGB 16267137
HSL0.880.410.45
HSV316°59°64°
CMYK 0.000.590.15   0.36
XYZ21.422813.501825.1439
Yxy13.50180.35660.2248
Hunter Lab36.744839.7649-14.8499
CIE-Lab43.509847.7787-20.0996

#a24389 color RGB value is (162,67,137).

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

The process color (four color CMYK) of #a24389 color hex is 0.00, 0.59, 0.15, 0.36. Web safe color of #a24389 is #993399. Color #a24389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000011 10001001
Octal 242 103 211
Decimal 162 67 137
Hex A2 43 89

RGB Percentages of Color #a24389

%44.26
%18.31
%37.43

CMYK Percentages of Color #a24389

%0
%59
%15
%36

Triadic Colors of #a24389

#a24389 #89a243 #4389a2

Analogous Colors of #a24389

#a24389 #a24359 #8c43a2

Monochromatic Colors of #a24389

#a24389

Complementary Color

#a24389 #43a25c

#a24389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24389 Color CSS Codes

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

#a24389 Text Font Color

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

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


#a24389 Background Color

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

This div background color is #a24389


#a24389 Border Color

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

This div border color is #a24389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24389


Comments

No comments written yet.

Please login to write comment.