Color Hex Logo

#a24cac Color Hex

#A24CAC
(162,76,172)
0 Favorites   0 Comments

Color spaces of #a24cac

RGB 16276172
HSL0.820.390.49
HSV294°56°67°
CMYK 0.060.560.00   0.33
XYZ24.931115.828840.7710
Yxy15.82880.30580.1941
Hunter Lab39.785442.2306-32.9090
CIE-Lab46.749149.5945-35.9661

#a24cac color RGB value is (162,76,172).

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

The process color (four color CMYK) of #a24cac color hex is 0.06, 0.56, 0.00, 0.33. Web safe color of #a24cac is #993399. Color #a24cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 10101100
Octal 242 114 254
Decimal 162 76 172
Hex A2 4C AC

RGB Percentages of Color #a24cac

%39.51
%18.54
%41.95

CMYK Percentages of Color #a24cac

%6
%56
%0
%33

Triadic Colors of #a24cac

#a24cac #aca24c #4caca2

Analogous Colors of #a24cac

#a24cac #ac4c86 #724cac

Monochromatic Colors of #a24cac

#a24cac

Complementary Color

#a24cac #56ac4c

#a24cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cac Color CSS Codes

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

#a24cac Text Font Color

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

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


#a24cac Background Color

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

This div background color is #a24cac


#a24cac Border Color

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

This div border color is #a24cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cac


Comments

No comments written yet.

Please login to write comment.