Color Hex Logo

#ae5db1 Color Hex

#AE5DB1
(174,93,177)
0 Favorites   0 Comments

Color spaces of #ae5db1

RGB 17493177
HSL0.830.350.53
HSV298°47°69°
CMYK 0.020.470.00   0.31
XYZ29.305720.001743.9111
Yxy20.00170.31440.2146
Hunter Lab44.723338.6995-26.9070
CIE-Lab51.839145.3756-30.7998

#ae5db1 color RGB value is (174,93,177).

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

The process color (four color CMYK) of #ae5db1 color hex is 0.02, 0.47, 0.00, 0.31. Web safe color of #ae5db1 is #996699. Color #ae5db1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011101 10110001
Octal 256 135 261
Decimal 174 93 177
Hex AE 5D B1

RGB Percentages of Color #ae5db1

%39.19
%20.95
%39.86

CMYK Percentages of Color #ae5db1

%2
%47
%0
%31

Triadic Colors of #ae5db1

#ae5db1 #b1ae5d #5db1ae

Analogous Colors of #ae5db1

#ae5db1 #b15d8a #845db1

Monochromatic Colors of #ae5db1

#ae5db1

Complementary Color

#ae5db1 #60b15d

#ae5db1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5db1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5db1 Color CSS Codes

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

#ae5db1 Text Font Color

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

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


#ae5db1 Background Color

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

This div background color is #ae5db1


#ae5db1 Border Color

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

This div border color is #ae5db1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5db1


Comments

No comments written yet.

Please login to write comment.