Color Hex Logo

#ae5ebf Color Hex

#AE5EBF
(174,94,191)
0 Favorites   0 Comments

Color spaces of #ae5ebf

RGB 17494191
HSL0.800.430.56
HSV289°51°75°
CMYK 0.090.510.00   0.25
XYZ30.862220.765751.6718
Yxy20.76570.29880.2010
Hunter Lab45.569441.1440-35.3312
CIE-Lab52.692147.5764-37.5665

#ae5ebf color RGB value is (174,94,191).

#ae5ebf hex color red value is 174, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae5ebf hue: 0.80 , saturation: 0.43 and the lightness value of ae5ebf is 0.56.

The process color (four color CMYK) of #ae5ebf color hex is 0.09, 0.51, 0.00, 0.25. Web safe color of #ae5ebf is #9966cc. Color #ae5ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 10111111
Octal 256 136 277
Decimal 174 94 191
Hex AE 5E BF

RGB Percentages of Color #ae5ebf

%37.91
%20.48
%41.61

CMYK Percentages of Color #ae5ebf

%9
%51
%0
%25

Triadic Colors of #ae5ebf

#ae5ebf #bfae5e #5ebfae

Analogous Colors of #ae5ebf

#ae5ebf #bf5ea0 #7e5ebf

Monochromatic Colors of #ae5ebf

#ae5ebf

Complementary Color

#ae5ebf #6fbf5e

#ae5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5ebf Color CSS Codes

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

#ae5ebf Text Font Color

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

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


#ae5ebf Background Color

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

This div background color is #ae5ebf


#ae5ebf Border Color

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

This div border color is #ae5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5ebf


Comments

No comments written yet.

Please login to write comment.