Color Hex Logo

#ae5ebc Color Hex

#AE5EBC
(174,94,188)
0 Favorites   0 Comments

Color spaces of #ae5ebc

RGB 17494188
HSL0.810.410.55
HSV291°50°74°
CMYK 0.070.500.00   0.26
XYZ30.535420.634949.9505
Yxy20.63490.30200.2041
Hunter Lab45.425740.4939-33.3979
CIE-Lab52.547646.9820-36.0638

#ae5ebc color RGB value is (174,94,188).

#ae5ebc hex color red value is 174, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae5ebc hue: 0.81 , saturation: 0.41 and the lightness value of ae5ebc is 0.55.

The process color (four color CMYK) of #ae5ebc color hex is 0.07, 0.50, 0.00, 0.26. Web safe color of #ae5ebc is #9966cc. Color #ae5ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 10111100
Octal 256 136 274
Decimal 174 94 188
Hex AE 5E BC

RGB Percentages of Color #ae5ebc

%38.16
%20.61
%41.23

CMYK Percentages of Color #ae5ebc

%7
%50
%0
%26

Triadic Colors of #ae5ebc

#ae5ebc #bcae5e #5ebcae

Analogous Colors of #ae5ebc

#ae5ebc #bc5e9b #7f5ebc

Monochromatic Colors of #ae5ebc

#ae5ebc

Complementary Color

#ae5ebc #6cbc5e

#ae5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5ebc Color CSS Codes

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

#ae5ebc Text Font Color

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

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


#ae5ebc Background Color

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

This div background color is #ae5ebc


#ae5ebc Border Color

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

This div border color is #ae5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5ebc


Comments

No comments written yet.

Please login to write comment.