Color Hex Logo

#ae8cdb Color Hex

#AE8CDB
(174,140,219)
0 Favorites   0 Comments

Color spaces of #ae8cdb

RGB 174140219
HSL0.740.520.70
HSV266°36°86°
CMYK 0.210.360.00   0.14
XYZ39.619832.869371.2741
Yxy32.86930.27560.2286
Hunter Lab57.331823.0240-33.5763
CIE-Lab64.054928.4391-35.6292

#ae8cdb color RGB value is (174,140,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 11011011
Octal 256 214 333
Decimal 174 140 219
Hex AE 8C DB

RGB Percentages of Color #ae8cdb

%32.65
%26.27
%41.09

CMYK Percentages of Color #ae8cdb

%21
%36
%0
%14

Triadic Colors of #ae8cdb

#ae8cdb #dbae8c #8cdbae

Analogous Colors of #ae8cdb

#ae8cdb #d68cdb #8c92db

Monochromatic Colors of #ae8cdb

#ae8cdb

Complementary Color

#ae8cdb #b9db8c

#ae8cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8cdb Color CSS Codes

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

#ae8cdb Text Font Color

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

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


#ae8cdb Background Color

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

This div background color is #ae8cdb


#ae8cdb Border Color

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

This div border color is #ae8cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8cdb


Comments

No comments written yet.

Please login to write comment.