Color Hex Logo

#ae8dbf Color Hex

#AE8DBF
(174,141,191)
0 Favorites   0 Comments

Color spaces of #ae8dbf

RGB 174141191
HSL0.780.280.65
HSV280°26°75°
CMYK 0.090.260.00   0.25
XYZ36.384431.810053.5125
Yxy31.81000.29900.2614
Hunter Lab56.400416.4514-16.7739
CIE-Lab63.185521.7295-21.3052

#ae8dbf color RGB value is (174,141,191).

#ae8dbf hex color red value is 174, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae8dbf hue: 0.78 , saturation: 0.28 and the lightness value of ae8dbf is 0.65.

The process color (four color CMYK) of #ae8dbf color hex is 0.09, 0.26, 0.00, 0.25. Web safe color of #ae8dbf is #9999cc. Color #ae8dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 10111111
Octal 256 215 277
Decimal 174 141 191
Hex AE 8D BF

RGB Percentages of Color #ae8dbf

%34.39
%27.87
%37.75

CMYK Percentages of Color #ae8dbf

%9
%26
%0
%25

Triadic Colors of #ae8dbf

#ae8dbf #bfae8d #8dbfae

Analogous Colors of #ae8dbf

#ae8dbf #bf8db7 #958dbf

Monochromatic Colors of #ae8dbf

#ae8dbf

Complementary Color

#ae8dbf #9ebf8d

#ae8dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8dbf Color CSS Codes

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

#ae8dbf Text Font Color

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

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


#ae8dbf Background Color

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

This div background color is #ae8dbf


#ae8dbf Border Color

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

This div border color is #ae8dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8dbf


Comments

No comments written yet.

Please login to write comment.