Color Hex Logo

#ae96cb Color Hex

#AE96CB
(174,150,203)
0 Favorites   0 Comments

Color spaces of #ae96cb

RGB 174150203
HSL0.740.340.69
HSV267°26°80°
CMYK 0.140.260.00   0.20
XYZ39.141435.123261.2164
Yxy35.12320.28890.2592
Hunter Lab59.264814.1767-19.7570
CIE-Lab65.844519.2161-23.9580

#ae96cb color RGB value is (174,150,203).

#ae96cb hex color red value is 174, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae96cb hue: 0.74 , saturation: 0.34 and the lightness value of ae96cb is 0.69.

The process color (four color CMYK) of #ae96cb color hex is 0.14, 0.26, 0.00, 0.20. Web safe color of #ae96cb is #9999cc. Color #ae96cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 11001011
Octal 256 226 313
Decimal 174 150 203
Hex AE 96 CB

RGB Percentages of Color #ae96cb

%33.02
%28.46
%38.52

CMYK Percentages of Color #ae96cb

%14
%26
%0
%20

Triadic Colors of #ae96cb

#ae96cb #cbae96 #96cbae

Analogous Colors of #ae96cb

#ae96cb #c996cb #9699cb

Monochromatic Colors of #ae96cb

#ae96cb

Complementary Color

#ae96cb #b3cb96

#ae96cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96cb Color CSS Codes

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

#ae96cb Text Font Color

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

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


#ae96cb Background Color

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

This div background color is #ae96cb


#ae96cb Border Color

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

This div border color is #ae96cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96cb


Comments

No comments written yet.

Please login to write comment.