Color Hex Logo

#ae627c Color Hex

#AE627C
(174,98,124)
0 Favorites   0 Comments

Color spaces of #ae627c

RGB 17498124
HSL0.940.320.53
HSV339°44°68°
CMYK 0.000.440.29   0.32
XYZ25.461319.189321.4307
Yxy19.18930.38530.2904
Hunter Lab43.805627.09051.6579
CIE-Lab50.907933.9213-0.9796

#ae627c color RGB value is (174,98,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 01111100
Octal 256 142 174
Decimal 174 98 124
Hex AE 62 7C

RGB Percentages of Color #ae627c

%43.94
%24.75
%31.31

CMYK Percentages of Color #ae627c

%0
%44
%29
%32

Triadic Colors of #ae627c

#ae627c #7cae62 #627cae

Analogous Colors of #ae627c

#ae627c #ae6e62 #ae62a2

Monochromatic Colors of #ae627c

#ae627c

Complementary Color

#ae627c #62ae94

#ae627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae627c Color CSS Codes

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

#ae627c Text Font Color

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

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


#ae627c Background Color

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

This div background color is #ae627c


#ae627c Border Color

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

This div border color is #ae627c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae627c


Comments

No comments written yet.

Please login to write comment.