Color Hex Logo

#ae7ebb Color Hex

#AE7EBB
(174,126,187)
0 Favorites   0 Comments

Color spaces of #ae7ebb

RGB 174126187
HSL0.800.310.61
HSV287°33°73°
CMYK 0.070.330.00   0.27
XYZ33.886127.508250.5373
Yxy27.50820.30270.2458
Hunter Lab52.448323.5419-20.4160
CIE-Lab59.441829.3591-24.7789

#ae7ebb color RGB value is (174,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 10111011
Octal 256 176 273
Decimal 174 126 187
Hex AE 7E BB

RGB Percentages of Color #ae7ebb

%35.73
%25.87
%38.40

CMYK Percentages of Color #ae7ebb

%7
%33
%0
%27

Triadic Colors of #ae7ebb

#ae7ebb #bbae7e #7ebbae

Analogous Colors of #ae7ebb

#ae7ebb #bb7eaa #907ebb

Monochromatic Colors of #ae7ebb

#ae7ebb

Complementary Color

#ae7ebb #8bbb7e

#ae7ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7ebb Color CSS Codes

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

#ae7ebb Text Font Color

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

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


#ae7ebb Background Color

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

This div background color is #ae7ebb


#ae7ebb Border Color

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

This div border color is #ae7ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7ebb


Comments

No comments written yet.

Please login to write comment.