Color Hex Logo

#ae9cdb Color Hex

#AE9CDB
(174,156,219)
0 Favorites   0 Comments

Color spaces of #ae9cdb

RGB 174156219
HSL0.710.470.74
HSV257°29°86°
CMYK 0.210.290.00   0.14
XYZ42.130237.890172.1108
Yxy37.89010.27690.2491
Hunter Lab61.554914.4501-26.3690
CIE-Lab67.939519.4228-29.6085

#ae9cdb color RGB value is (174,156,219).

#ae9cdb hex color red value is 174, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae9cdb hue: 0.71 , saturation: 0.47 and the lightness value of ae9cdb is 0.74.

The process color (four color CMYK) of #ae9cdb color hex is 0.21, 0.29, 0.00, 0.14. Web safe color of #ae9cdb is #9999cc. Color #ae9cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011100 11011011
Octal 256 234 333
Decimal 174 156 219
Hex AE 9C DB

RGB Percentages of Color #ae9cdb

%31.69
%28.42
%39.89

CMYK Percentages of Color #ae9cdb

%21
%29
%0
%14

Triadic Colors of #ae9cdb

#ae9cdb #dbae9c #9cdbae

Analogous Colors of #ae9cdb

#ae9cdb #ce9cdb #9caadb

Monochromatic Colors of #ae9cdb

#ae9cdb

Complementary Color

#ae9cdb #c9db9c

#ae9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9cdb Color CSS Codes

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

#ae9cdb Text Font Color

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

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


#ae9cdb Background Color

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

This div background color is #ae9cdb


#ae9cdb Border Color

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

This div border color is #ae9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9cdb


Comments

No comments written yet.

Please login to write comment.