Color Hex Logo

#ae0bbb Color Hex

#AE0BBB
(174,11,187)
0 Favorites   0 Comments

Color spaces of #ae0bbb

RGB 17411187
HSL0.820.890.39
HSV296°94°73°
CMYK 0.070.940.00   0.27
XYZ26.544912.825948.0903
Yxy12.82590.30350.1466
Hunter Lab35.813369.6315-54.5457
CIE-Lab42.499774.6727-51.4486

#ae0bbb color RGB value is (174,11,187).

#ae0bbb hex color red value is 174, green value is 11 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae0bbb hue: 0.82 , saturation: 0.89 and the lightness value of ae0bbb is 0.39.

The process color (four color CMYK) of #ae0bbb color hex is 0.07, 0.94, 0.00, 0.27. Web safe color of #ae0bbb is #9900cc. Color #ae0bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001011 10111011
Octal 256 13 273
Decimal 174 11 187
Hex AE B BB

RGB Percentages of Color #ae0bbb

%46.77
%2.96
%50.27

CMYK Percentages of Color #ae0bbb

%7
%94
%0
%27

Triadic Colors of #ae0bbb

#ae0bbb #bbae0b #0bbbae

Analogous Colors of #ae0bbb

#ae0bbb #bb0b70 #560bbb

Monochromatic Colors of #ae0bbb

#ae0bbb

Complementary Color

#ae0bbb #18bb0b

#ae0bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0bbb Color CSS Codes

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

#ae0bbb Text Font Color

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

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


#ae0bbb Background Color

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

This div background color is #ae0bbb


#ae0bbb Border Color

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

This div border color is #ae0bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0bbb


Comments

No comments written yet.

Please login to write comment.