color codes Logo

#ae5ebd color codes

#AE5EBD
(174,94,189)
0 Favorites   0 Comments

Color spaces of #ae5ebd

RGB 17494189
HSL0.810.420.55
HSV291°50°74°
CMYK 0.080.500.00   0.26
XYZ30.643620.678250.5203
Yxy20.67820.30090.2030
Hunter Lab45.473340.7096-34.0392
CIE-Lab52.595547.1795-36.5655

#ae5ebd color RGB value is (174,94,189).

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

The process color (four color CMYK) of #ae5ebd color code is 0.08, 0.50, 0.00, 0.26. Web safe color of #ae5ebd is #9966cc. Color #ae5ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 10111101
Octal 256 136 275
Decimal 174 94 189
Hex AE 5E BD

RGB Percentages of Color #ae5ebd

%38.07
%20.57
%41.36

CMYK Percentages of Color #ae5ebd

%8
%50
%0
%26

Triadic Colors of #ae5ebd

#ae5ebd #bdae5e #5ebdae

Analogous Colors of #ae5ebd

#ae5ebd #bd5e9d #7f5ebd

Monochromatic Colors of #ae5ebd

#ae5ebd

Complementary Color

#ae5ebd #6dbd5e

#ae5ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5ebd Color CSS Codes

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

#ae5ebd Text Font Color

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

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


#ae5ebd Background Color

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

This div background color is #ae5ebd


#ae5ebd Border Color

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

This div border color is #ae5ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5ebd


Comments

No comments written yet.

Please login to write comment.