Color Hex Logo

#ae84bb Color Hex

#AE84BB
(174,132,187)
0 Favorites   0 Comments

Color spaces of #ae84bb

RGB 174132187
HSL0.790.290.63
HSV286°29°73°
CMYK 0.070.290.00   0.27
XYZ34.676529.089150.8008
Yxy29.08910.30270.2539
Hunter Lab53.934320.3797-18.0913
CIE-Lab60.860225.9808-22.6021

#ae84bb color RGB value is (174,132,187).

#ae84bb hex color red value is 174, green value is 132 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae84bb hue: 0.79 , saturation: 0.29 and the lightness value of ae84bb is 0.63.

The process color (four color CMYK) of #ae84bb color hex is 0.07, 0.29, 0.00, 0.27. Web safe color of #ae84bb is #9999cc. Color #ae84bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 10111011
Octal 256 204 273
Decimal 174 132 187
Hex AE 84 BB

RGB Percentages of Color #ae84bb

%35.29
%26.77
%37.93

CMYK Percentages of Color #ae84bb

%7
%29
%0
%27

Triadic Colors of #ae84bb

#ae84bb #bbae84 #84bbae

Analogous Colors of #ae84bb

#ae84bb #bb84ad #9384bb

Monochromatic Colors of #ae84bb

#ae84bb

Complementary Color

#ae84bb #91bb84

#ae84bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae84bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae84bb Color CSS Codes

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

#ae84bb Text Font Color

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

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


#ae84bb Background Color

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

This div background color is #ae84bb


#ae84bb Border Color

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

This div border color is #ae84bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae84bb


Comments

No comments written yet.

Please login to write comment.