Color Hex Logo

#a24eae Color Hex

#A24EAE
(162,78,174)
0 Favorites   0 Comments

Color spaces of #a24eae

RGB 16278174
HSL0.810.380.49
HSV293°55°68°
CMYK 0.070.550.00   0.32
XYZ25.264716.186241.8370
Yxy16.18620.30330.1943
Hunter Lab40.232141.6872-33.4927
CIE-Lab47.217848.9952-36.4034

#a24eae color RGB value is (162,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001110 10101110
Octal 242 116 256
Decimal 162 78 174
Hex A2 4E AE

RGB Percentages of Color #a24eae

%39.13
%18.84
%42.03

CMYK Percentages of Color #a24eae

%7
%55
%0
%32

Triadic Colors of #a24eae

#a24eae #aea24e #4eaea2

Analogous Colors of #a24eae

#a24eae #ae4e8a #724eae

Monochromatic Colors of #a24eae

#a24eae

Complementary Color

#a24eae #5aae4e

#a24eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24eae Color CSS Codes

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

#a24eae Text Font Color

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

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


#a24eae Background Color

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

This div background color is #a24eae


#a24eae Border Color

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

This div border color is #a24eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,78,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 #a24eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24eae


Comments

No comments written yet.

Please login to write comment.