Color Hex Logo

#ae627a Color Hex

#AE627A
(174,98,122)
0 Favorites   0 Comments

Color spaces of #ae627a

RGB 17498122
HSL0.950.320.53
HSV341°44°68°
CMYK 0.000.440.30   0.32
XYZ25.336119.139220.7712
Yxy19.13920.38830.2933
Hunter Lab43.748426.81552.4737
CIE-Lab50.849733.64330.1258

#ae627a color RGB value is (174,98,122).

#ae627a hex color red value is 174, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae627a hue: 0.95 , saturation: 0.32 and the lightness value of ae627a is 0.53.

The process color (four color CMYK) of #ae627a color hex is 0.00, 0.44, 0.30, 0.32. Web safe color of #ae627a is #996666. Color #ae627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 01111010
Octal 256 142 172
Decimal 174 98 122
Hex AE 62 7A

RGB Percentages of Color #ae627a

%44.16
%24.87
%30.96

CMYK Percentages of Color #ae627a

%0
%44
%30
%32

Triadic Colors of #ae627a

#ae627a #7aae62 #627aae

Analogous Colors of #ae627a

#ae627a #ae7062 #ae62a0

Monochromatic Colors of #ae627a

#ae627a

Complementary Color

#ae627a #62ae96

#ae627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae627a Color CSS Codes

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

#ae627a Text Font Color

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

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


#ae627a Background Color

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

This div background color is #ae627a


#ae627a Border Color

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

This div border color is #ae627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae627a


Comments

No comments written yet.

Please login to write comment.