Color Hex Logo

#ae427a Color Hex

#AE427A
(174,66,122)
0 Favorites   0 Comments

Color spaces of #ae427a

RGB 17466122
HSL0.910.450.47
HSV329°62°68°
CMYK 0.000.620.30   0.32
XYZ22.916614.300219.9647
Yxy14.30020.40080.2501
Hunter Lab37.815641.9953-4.8312
CIE-Lab44.660449.7334-9.0356

#ae427a color RGB value is (174,66,122).

#ae427a hex color red value is 174, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae427a hue: 0.91 , saturation: 0.45 and the lightness value of ae427a is 0.47.

The process color (four color CMYK) of #ae427a color hex is 0.00, 0.62, 0.30, 0.32. Web safe color of #ae427a is #993366. Color #ae427a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01111010
Octal 256 102 172
Decimal 174 66 122
Hex AE 42 7A

RGB Percentages of Color #ae427a

%48.07
%18.23
%33.70

CMYK Percentages of Color #ae427a

%0
%62
%30
%32

Triadic Colors of #ae427a

#ae427a #7aae42 #427aae

Analogous Colors of #ae427a

#ae427a #ae4244 #ac42ae

Monochromatic Colors of #ae427a

#ae427a

Complementary Color

#ae427a #42ae76

#ae427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae427a Color CSS Codes

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

#ae427a Text Font Color

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

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


#ae427a Background Color

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

This div background color is #ae427a


#ae427a Border Color

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

This div border color is #ae427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae427a


Comments

No comments written yet.

Please login to write comment.