Color Hex Logo

#ae76bb Color Hex

#AE76BB
(174,118,187)
0 Favorites   0 Comments

Color spaces of #ae76bb

RGB 174118187
HSL0.800.340.60
HSV289°37°73°
CMYK 0.070.370.00   0.27
XYZ32.903625.543450.2099
Yxy25.54340.30280.2351
Hunter Lab50.540527.7638-23.5239
CIE-Lab57.601133.8331-27.6174

#ae76bb color RGB value is (174,118,187).

#ae76bb hex color red value is 174, green value is 118 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae76bb hue: 0.80 , saturation: 0.34 and the lightness value of ae76bb is 0.60.

The process color (four color CMYK) of #ae76bb color hex is 0.07, 0.37, 0.00, 0.27. Web safe color of #ae76bb is #9966cc. Color #ae76bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 10111011
Octal 256 166 273
Decimal 174 118 187
Hex AE 76 BB

RGB Percentages of Color #ae76bb

%36.33
%24.63
%39.04

CMYK Percentages of Color #ae76bb

%7
%37
%0
%27

Triadic Colors of #ae76bb

#ae76bb #bbae76 #76bbae

Analogous Colors of #ae76bb

#ae76bb #bb76a6 #8c76bb

Monochromatic Colors of #ae76bb

#ae76bb

Complementary Color

#ae76bb #83bb76

#ae76bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae76bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae76bb Color CSS Codes

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

#ae76bb Text Font Color

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

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


#ae76bb Background Color

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

This div background color is #ae76bb


#ae76bb Border Color

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

This div border color is #ae76bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae76bb


Comments

No comments written yet.

Please login to write comment.