Color Hex Logo

#a24cad Color Hex

#A24CAD
(162,76,173)
0 Favorites   0 Comments

Color spaces of #a24cad

RGB 16276173
HSL0.810.390.49
HSV293°56°68°
CMYK 0.060.560.00   0.32
XYZ25.027615.867441.2788
Yxy15.86740.30460.1931
Hunter Lab39.833942.4420-33.5569
CIE-Lab46.800049.7872-36.4742

#a24cad color RGB value is (162,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 10101101
Octal 242 114 255
Decimal 162 76 173
Hex A2 4C AD

RGB Percentages of Color #a24cad

%39.42
%18.49
%42.09

CMYK Percentages of Color #a24cad

%6
%56
%0
%32

Triadic Colors of #a24cad

#a24cad #ada24c #4cada2

Analogous Colors of #a24cad

#a24cad #ad4c88 #724cad

Monochromatic Colors of #a24cad

#a24cad

Complementary Color

#a24cad #57ad4c

#a24cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cad Color CSS Codes

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

#a24cad Text Font Color

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

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


#a24cad Background Color

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

This div background color is #a24cad


#a24cad Border Color

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

This div border color is #a24cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cad


Comments

No comments written yet.

Please login to write comment.