Color Hex Logo

#ae9bdb Color Hex

#AE9BDB
(174,155,219)
0 Favorites   0 Comments

Color spaces of #ae9bdb

RGB 174155219
HSL0.720.470.73
HSV258°29°86°
CMYK 0.210.290.00   0.14
XYZ41.963137.555872.0551
Yxy37.55580.27680.2478
Hunter Lab61.282814.9822-26.8141
CIE-Lab67.691919.9853-29.9905

#ae9bdb color RGB value is (174,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 11011011
Octal 256 233 333
Decimal 174 155 219
Hex AE 9B DB

RGB Percentages of Color #ae9bdb

%31.75
%28.28
%39.96

CMYK Percentages of Color #ae9bdb

%21
%29
%0
%14

Triadic Colors of #ae9bdb

#ae9bdb #dbae9b #9bdbae

Analogous Colors of #ae9bdb

#ae9bdb #ce9bdb #9ba8db

Monochromatic Colors of #ae9bdb

#ae9bdb

Complementary Color

#ae9bdb #c8db9b

#ae9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9bdb Color CSS Codes

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

#ae9bdb Text Font Color

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

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


#ae9bdb Background Color

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

This div background color is #ae9bdb


#ae9bdb Border Color

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

This div border color is #ae9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9bdb


Comments

No comments written yet.

Please login to write comment.