Color Hex Logo

#ae8cbf Color Hex

#AE8CBF
(174,140,191)
0 Favorites   0 Comments

Color spaces of #ae8cbf

RGB 174140191
HSL0.780.280.65
HSV280°27°75°
CMYK 0.090.270.00   0.25
XYZ36.237631.516453.4636
Yxy31.51640.29890.2600
Hunter Lab56.139516.9763-17.1663
CIE-Lab62.941222.2940-21.6785

#ae8cbf color RGB value is (174,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 10111111
Octal 256 214 277
Decimal 174 140 191
Hex AE 8C BF

RGB Percentages of Color #ae8cbf

%34.46
%27.72
%37.82

CMYK Percentages of Color #ae8cbf

%9
%27
%0
%25

Triadic Colors of #ae8cbf

#ae8cbf #bfae8c #8cbfae

Analogous Colors of #ae8cbf

#ae8cbf #bf8cb7 #958cbf

Monochromatic Colors of #ae8cbf

#ae8cbf

Complementary Color

#ae8cbf #9dbf8c

#ae8cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8cbf Color CSS Codes

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

#ae8cbf Text Font Color

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

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


#ae8cbf Background Color

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

This div background color is #ae8cbf


#ae8cbf Border Color

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

This div border color is #ae8cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8cbf


Comments

No comments written yet.

Please login to write comment.