Color Hex Logo

#ae0bcd Color Hex

#AE0BCD
(174,11,205)
0 Favorites   0 Comments

Color spaces of #ae0bcd

RGB 17411205
HSL0.810.900.42
HSV290°95°80°
CMYK 0.150.950.00   0.20
XYZ28.594713.645858.8844
Yxy13.64580.28280.1349
Hunter Lab36.940273.5280-68.6528
CIE-Lab43.720677.6151-59.9793

#ae0bcd color RGB value is (174,11,205).

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

The process color (four color CMYK) of #ae0bcd color hex is 0.15, 0.95, 0.00, 0.20. Web safe color of #ae0bcd is #9900cc. Color #ae0bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001011 11001101
Octal 256 13 315
Decimal 174 11 205
Hex AE B CD

RGB Percentages of Color #ae0bcd

%44.62
%2.82
%52.56

CMYK Percentages of Color #ae0bcd

%15
%95
%0
%20

Triadic Colors of #ae0bcd

#ae0bcd #cdae0b #0bcdae

Analogous Colors of #ae0bcd

#ae0bcd #cd0b8b #4d0bcd

Monochromatic Colors of #ae0bcd

#ae0bcd

Complementary Color

#ae0bcd #2acd0b

#ae0bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0bcd Color CSS Codes

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

#ae0bcd Text Font Color

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

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


#ae0bcd Background Color

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

This div background color is #ae0bcd


#ae0bcd Border Color

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

This div border color is #ae0bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0bcd


Comments

No comments written yet.

Please login to write comment.