color codes Logo

#ae7dbb color codes

#AE7DBB
(174,125,187)
0 Favorites   0 Comments

Color spaces of #ae7dbb

RGB 174125187
HSL0.800.310.61
HSV287°33°73°
CMYK 0.070.330.00   0.27
XYZ33.758827.253850.4949
Yxy27.25380.30270.2444
Hunter Lab52.205224.0691-20.8040
CIE-Lab59.208529.9202-25.1378

#ae7dbb color RGB value is (174,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111101 10111011
Octal 256 175 273
Decimal 174 125 187
Hex AE 7D BB

RGB Percentages of Color #ae7dbb

%35.80
%25.72
%38.48

CMYK Percentages of Color #ae7dbb

%7
%33
%0
%27

Triadic Colors of #ae7dbb

#ae7dbb #bbae7d #7dbbae

Analogous Colors of #ae7dbb

#ae7dbb #bb7da9 #8f7dbb

Monochromatic Colors of #ae7dbb

#ae7dbb

Complementary Color

#ae7dbb #8abb7d

#ae7dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7dbb Color CSS Codes

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

#ae7dbb Text Font Color

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

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


#ae7dbb Background Color

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

This div background color is #ae7dbb


#ae7dbb Border Color

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

This div border color is #ae7dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7dbb


Comments

No comments written yet.

Please login to write comment.