Color Hex Logo

#ae5dbe Color Hex

#AE5DBE
(174,93,190)
0 Favorites   0 Comments

Color spaces of #ae5dbe

RGB 17493190
HSL0.810.430.55
HSV290°51°75°
CMYK 0.080.510.00   0.25
XYZ30.664220.545151.0646
Yxy20.54510.29980.2009
Hunter Lab45.326741.4362-35.0668
CIE-Lab52.448047.8921-37.3739

#ae5dbe color RGB value is (174,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011101 10111110
Octal 256 135 276
Decimal 174 93 190
Hex AE 5D BE

RGB Percentages of Color #ae5dbe

%38.07
%20.35
%41.58

CMYK Percentages of Color #ae5dbe

%8
%51
%0
%25

Triadic Colors of #ae5dbe

#ae5dbe #beae5d #5dbeae

Analogous Colors of #ae5dbe

#ae5dbe #be5d9e #7e5dbe

Monochromatic Colors of #ae5dbe

#ae5dbe

Complementary Color

#ae5dbe #6dbe5d

#ae5dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5dbe Color CSS Codes

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

#ae5dbe Text Font Color

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

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


#ae5dbe Background Color

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

This div background color is #ae5dbe


#ae5dbe Border Color

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

This div border color is #ae5dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5dbe


Comments

No comments written yet.

Please login to write comment.