Color Hex Logo

#ae0ebd Color Hex

#AE0EBD
(174,14,189)
0 Favorites   0 Comments

Color spaces of #ae0ebd

RGB 17414189
HSL0.820.860.40
HSV295°93°74°
CMYK 0.080.930.00   0.26
XYZ26.797912.986949.2384
Yxy12.98690.30100.1459
Hunter Lab36.037369.6699-55.7827
CIE-Lab42.743574.6570-52.2309

#ae0ebd color RGB value is (174,14,189).

#ae0ebd hex color red value is 174, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae0ebd hue: 0.82 , saturation: 0.86 and the lightness value of ae0ebd is 0.40.

The process color (four color CMYK) of #ae0ebd color hex is 0.08, 0.93, 0.00, 0.26. Web safe color of #ae0ebd is #9900cc. Color #ae0ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001110 10111101
Octal 256 16 275
Decimal 174 14 189
Hex AE E BD

RGB Percentages of Color #ae0ebd

%46.15
%3.71
%50.13

CMYK Percentages of Color #ae0ebd

%8
%93
%0
%26

Triadic Colors of #ae0ebd

#ae0ebd #bdae0e #0ebdae

Analogous Colors of #ae0ebd

#ae0ebd #bd0e75 #570ebd

Monochromatic Colors of #ae0ebd

#ae0ebd

Complementary Color

#ae0ebd #1dbd0e

#ae0ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ebd Color CSS Codes

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

#ae0ebd Text Font Color

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

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


#ae0ebd Background Color

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

This div background color is #ae0ebd


#ae0ebd Border Color

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

This div border color is #ae0ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ebd


Comments

No comments written yet.

Please login to write comment.