Color Hex Logo

#ae5dbf Color Hex

#AE5DBF
(174,93,191)
0 Favorites   0 Comments

Color spaces of #ae5dbf

RGB 17493191
HSL0.800.430.56
HSV290°51°75°
CMYK 0.090.510.00   0.25
XYZ30.773920.589051.6423
Yxy20.58900.29880.1999
Hunter Lab45.375141.6543-35.7165
CIE-Lab52.496748.0905-37.8737

#ae5dbf color RGB value is (174,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011101 10111111
Octal 256 135 277
Decimal 174 93 191
Hex AE 5D BF

RGB Percentages of Color #ae5dbf

%37.99
%20.31
%41.70

CMYK Percentages of Color #ae5dbf

%9
%51
%0
%25

Triadic Colors of #ae5dbf

#ae5dbf #bfae5d #5dbfae

Analogous Colors of #ae5dbf

#ae5dbf #bf5d9f #7d5dbf

Monochromatic Colors of #ae5dbf

#ae5dbf

Complementary Color

#ae5dbf #6ebf5d

#ae5dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5dbf Color CSS Codes

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

#ae5dbf Text Font Color

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

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


#ae5dbf Background Color

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

This div background color is #ae5dbf


#ae5dbf Border Color

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

This div border color is #ae5dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,93,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 #ae5dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5dbf


Comments

No comments written yet.

Please login to write comment.