Color Hex Logo

#ae9fdb Color Hex

#AE9FDB
(174,159,219)
0 Favorites   0 Comments

Color spaces of #ae9fdb

RGB 174159219
HSL0.710.450.74
HSV255°27°86°
CMYK 0.210.270.00   0.14
XYZ42.639938.909472.2807
Yxy38.90940.27720.2529
Hunter Lab62.377412.8585-25.0390
CIE-Lab68.685617.7383-28.4590

#ae9fdb color RGB value is (174,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 11011011
Octal 256 237 333
Decimal 174 159 219
Hex AE 9F DB

RGB Percentages of Color #ae9fdb

%31.52
%28.80
%39.67

CMYK Percentages of Color #ae9fdb

%21
%27
%0
%14

Triadic Colors of #ae9fdb

#ae9fdb #dbae9f #9fdbae

Analogous Colors of #ae9fdb

#ae9fdb #cc9fdb #9faedb

Monochromatic Colors of #ae9fdb

#ae9fdb

Complementary Color

#ae9fdb #ccdb9f

#ae9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9fdb Color CSS Codes

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

#ae9fdb Text Font Color

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

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


#ae9fdb Background Color

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

This div background color is #ae9fdb


#ae9fdb Border Color

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

This div border color is #ae9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9fdb


Comments

No comments written yet.

Please login to write comment.