Color Hex Logo

#a24eac Color Hex

#A24EAC
(162,78,172)
0 Favorites   0 Comments

Color spaces of #a24eac

RGB 16278172
HSL0.820.380.49
HSV294°55°67°
CMYK 0.060.550.00   0.33
XYZ25.071116.108740.8176
Yxy16.10870.30580.1965
Hunter Lab40.135641.2643-32.2025
CIE-Lab47.116848.6075-35.3870

#a24eac color RGB value is (162,78,172).

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

The process color (four color CMYK) of #a24eac color hex is 0.06, 0.55, 0.00, 0.33. Web safe color of #a24eac is #996699. Color #a24eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001110 10101100
Octal 242 116 254
Decimal 162 78 172
Hex A2 4E AC

RGB Percentages of Color #a24eac

%39.32
%18.93
%41.75

CMYK Percentages of Color #a24eac

%6
%55
%0
%33

Triadic Colors of #a24eac

#a24eac #aca24e #4eaca2

Analogous Colors of #a24eac

#a24eac #ac4e87 #734eac

Monochromatic Colors of #a24eac

#a24eac

Complementary Color

#a24eac #58ac4e

#a24eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24eac Color CSS Codes

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

#a24eac Text Font Color

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

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


#a24eac Background Color

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

This div background color is #a24eac


#a24eac Border Color

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

This div border color is #a24eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24eac


Comments

No comments written yet.

Please login to write comment.