Color Hex Logo

#a24a8a Color Hex

#A24A8A
(162,74,138)
0 Favorites   0 Comments

Color spaces of #a24a8a

RGB 16274138
HSL0.880.370.46
HSV316°54°64°
CMYK 0.000.540.15   0.36
XYZ21.936514.413925.6707
Yxy14.41390.35370.2324
Hunter Lab37.965636.6972-13.5133
CIE-Lab44.820844.5410-18.6904

#a24a8a color RGB value is (162,74,138).

#a24a8a hex color red value is 162, green value is 74 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a24a8a hue: 0.88 , saturation: 0.37 and the lightness value of a24a8a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001010 10001010
Octal 242 112 212
Decimal 162 74 138
Hex A2 4A 8A

RGB Percentages of Color #a24a8a

%43.32
%19.79
%36.90

CMYK Percentages of Color #a24a8a

%0
%54
%15
%36

Triadic Colors of #a24a8a

#a24a8a #8aa24a #4a8aa2

Analogous Colors of #a24a8a

#a24a8a #a24a5e #8e4aa2

Monochromatic Colors of #a24a8a

#a24a8a

Complementary Color

#a24a8a #4aa262

#a24a8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24a8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24a8a Color CSS Codes

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

#a24a8a Text Font Color

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

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


#a24a8a Background Color

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

This div background color is #a24a8a


#a24a8a Border Color

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

This div border color is #a24a8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24a8a


Comments

No comments written yet.

Please login to write comment.