Color Hex Logo

#a24caa Color Hex

#A24CAA
(162,76,170)
0 Favorites   0 Comments

Color spaces of #a24caa

RGB 16276170
HSL0.820.380.48
HSV295°55°67°
CMYK 0.050.550.00   0.33
XYZ24.740415.752539.7668
Yxy15.75250.30830.1963
Hunter Lab39.689441.8115-31.6230
CIE-Lab46.648149.2116-34.9468

#a24caa color RGB value is (162,76,170).

#a24caa hex color red value is 162, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a24caa hue: 0.82 , saturation: 0.38 and the lightness value of a24caa is 0.48.

The process color (four color CMYK) of #a24caa color hex is 0.05, 0.55, 0.00, 0.33. Web safe color of #a24caa is #993399. Color #a24caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 10101010
Octal 242 114 252
Decimal 162 76 170
Hex A2 4C AA

RGB Percentages of Color #a24caa

%39.71
%18.63
%41.67

CMYK Percentages of Color #a24caa

%5
%55
%0
%33

Triadic Colors of #a24caa

#a24caa #aaa24c #4caaa2

Analogous Colors of #a24caa

#a24caa #aa4c83 #734caa

Monochromatic Colors of #a24caa

#a24caa

Complementary Color

#a24caa #54aa4c

#a24caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24caa Color CSS Codes

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

#a24caa Text Font Color

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

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


#a24caa Background Color

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

This div background color is #a24caa


#a24caa Border Color

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

This div border color is #a24caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24caa


Comments

No comments written yet.

Please login to write comment.