color codes Logo

#ae7dbf color codes

#AE7DBF
(174,125,191)
0 Favorites   0 Comments

Color spaces of #ae7dbf

RGB 174125191
HSL0.790.340.62
HSV285°35°75°
CMYK 0.090.350.00   0.25
XYZ34.193127.427552.7821
Yxy27.42750.29890.2397
Hunter Lab52.371324.8926-23.0952
CIE-Lab59.368030.7449-27.1659

#ae7dbf color RGB value is (174,125,191).

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

The process color (four color CMYK) of #ae7dbf color code is 0.09, 0.35, 0.00, 0.25. Web safe color of #ae7dbf is #9966cc. Color #ae7dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111101 10111111
Octal 256 175 277
Decimal 174 125 191
Hex AE 7D BF

RGB Percentages of Color #ae7dbf

%35.51
%25.51
%38.98

CMYK Percentages of Color #ae7dbf

%9
%35
%0
%25

Triadic Colors of #ae7dbf

#ae7dbf #bfae7d #7dbfae

Analogous Colors of #ae7dbf

#ae7dbf #bf7daf #8d7dbf

Monochromatic Colors of #ae7dbf

#ae7dbf

Complementary Color

#ae7dbf #8ebf7d

#ae7dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7dbf Color CSS Codes

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

#ae7dbf Text Font Color

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

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


#ae7dbf Background Color

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

This div background color is #ae7dbf


#ae7dbf Border Color

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

This div border color is #ae7dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,125,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae7dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7dbf


Comments

No comments written yet.

Please login to write comment.