Color Hex Logo

#ae83bb Color Hex

#AE83BB
(174,131,187)
0 Favorites   0 Comments

Color spaces of #ae83bb

RGB 174131187
HSL0.790.290.62
HSV286°30°73°
CMYK 0.070.300.00   0.27
XYZ34.541528.819150.7558
Yxy28.81910.30270.2525
Hunter Lab53.683420.9062-18.4782
CIE-Lab60.621626.5448-22.9676

#ae83bb color RGB value is (174,131,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 10111011
Octal 256 203 273
Decimal 174 131 187
Hex AE 83 BB

RGB Percentages of Color #ae83bb

%35.37
%26.63
%38.01

CMYK Percentages of Color #ae83bb

%7
%30
%0
%27

Triadic Colors of #ae83bb

#ae83bb #bbae83 #83bbae

Analogous Colors of #ae83bb

#ae83bb #bb83ac #9283bb

Monochromatic Colors of #ae83bb

#ae83bb

Complementary Color

#ae83bb #90bb83

#ae83bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae83bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae83bb Color CSS Codes

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

#ae83bb Text Font Color

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

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


#ae83bb Background Color

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

This div background color is #ae83bb


#ae83bb Border Color

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

This div border color is #ae83bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae83bb


Comments

No comments written yet.

Please login to write comment.