Color Hex Logo

#ae5eaf Color Hex

#AE5EAF
(174,94,175)
0 Favorites   0 Comments

Color spaces of #ae5eaf

RGB 17494175
HSL0.830.340.53
HSV299°46°69°
CMYK 0.010.460.00   0.31
XYZ29.196120.099242.8982
Yxy20.09920.31670.2180
Hunter Lab44.832137.7886-25.3499
CIE-Lab51.949244.4796-29.4650

#ae5eaf color RGB value is (174,94,175).

#ae5eaf hex color red value is 174, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae5eaf hue: 0.83 , saturation: 0.34 and the lightness value of ae5eaf is 0.53.

The process color (four color CMYK) of #ae5eaf color hex is 0.01, 0.46, 0.00, 0.31. Web safe color of #ae5eaf is #996699. Color #ae5eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 10101111
Octal 256 136 257
Decimal 174 94 175
Hex AE 5E AF

RGB Percentages of Color #ae5eaf

%39.28
%21.22
%39.50

CMYK Percentages of Color #ae5eaf

%1
%46
%0
%31

Triadic Colors of #ae5eaf

#ae5eaf #afae5e #5eafae

Analogous Colors of #ae5eaf

#ae5eaf #af5e88 #865eaf

Monochromatic Colors of #ae5eaf

#ae5eaf

Complementary Color

#ae5eaf #5faf5e

#ae5eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5eaf Color CSS Codes

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

#ae5eaf Text Font Color

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

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


#ae5eaf Background Color

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

This div background color is #ae5eaf


#ae5eaf Border Color

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

This div border color is #ae5eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5eaf


Comments

No comments written yet.

Please login to write comment.