Color Hex Logo

#ae0bbc Color Hex

#AE0BBC
(174,11,188)
0 Favorites   0 Comments

Color spaces of #ae0bbc

RGB 17411188
HSL0.820.890.39
HSV295°94°74°
CMYK 0.070.940.00   0.26
XYZ26.652312.868948.6562
Yxy12.86890.30230.1459
Hunter Lab35.873269.8397-55.3059
CIE-Lab42.565074.8314-51.9311

#ae0bbc color RGB value is (174,11,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001011 10111100
Octal 256 13 274
Decimal 174 11 188
Hex AE B BC

RGB Percentages of Color #ae0bbc

%46.65
%2.95
%50.40

CMYK Percentages of Color #ae0bbc

%7
%94
%0
%26

Triadic Colors of #ae0bbc

#ae0bbc #bcae0b #0bbcae

Analogous Colors of #ae0bbc

#ae0bbc #bc0b72 #560bbc

Monochromatic Colors of #ae0bbc

#ae0bbc

Complementary Color

#ae0bbc #19bc0b

#ae0bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0bbc Color CSS Codes

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

#ae0bbc Text Font Color

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

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


#ae0bbc Background Color

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

This div background color is #ae0bbc


#ae0bbc Border Color

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

This div border color is #ae0bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0bbc


Comments

No comments written yet.

Please login to write comment.