Color Hex Logo

#a24dae Color Hex

#A24DAE
(162,77,174)
0 Favorites   0 Comments

Color spaces of #a24dae

RGB 16277174
HSL0.810.390.49
HSV293°56°68°
CMYK 0.070.560.00   0.32
XYZ25.194216.045141.8135
Yxy16.04510.30340.1932
Hunter Lab40.056342.1724-33.8515
CIE-Lab47.033649.4900-36.6938

#a24dae color RGB value is (162,77,174).

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

The process color (four color CMYK) of #a24dae color hex is 0.07, 0.56, 0.00, 0.32. Web safe color of #a24dae is #996699. Color #a24dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001101 10101110
Octal 242 115 256
Decimal 162 77 174
Hex A2 4D AE

RGB Percentages of Color #a24dae

%39.23
%18.64
%42.13

CMYK Percentages of Color #a24dae

%7
%56
%0
%32

Triadic Colors of #a24dae

#a24dae #aea24d #4daea2

Analogous Colors of #a24dae

#a24dae #ae4d8a #724dae

Monochromatic Colors of #a24dae

#a24dae

Complementary Color

#a24dae #59ae4d

#a24dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24dae Color CSS Codes

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

#a24dae Text Font Color

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

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


#a24dae Background Color

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

This div background color is #a24dae


#a24dae Border Color

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

This div border color is #a24dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24dae


Comments

No comments written yet.

Please login to write comment.