Color Hex Logo

#ae97db Color Hex

#AE97DB
(174,151,219)
0 Favorites   0 Comments

Color spaces of #ae97db

RGB 174151219
HSL0.720.490.73
HSV260°31°86°
CMYK 0.210.310.00   0.14
XYZ41.308436.246471.8369
Yxy36.24640.27650.2426
Hunter Lab60.205017.1154-28.6016
CIE-Lab66.707822.2371-31.5113

#ae97db color RGB value is (174,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010111 11011011
Octal 256 227 333
Decimal 174 151 219
Hex AE 97 DB

RGB Percentages of Color #ae97db

%31.99
%27.76
%40.26

CMYK Percentages of Color #ae97db

%21
%31
%0
%14

Triadic Colors of #ae97db

#ae97db #dbae97 #97dbae

Analogous Colors of #ae97db

#ae97db #d097db #97a2db

Monochromatic Colors of #ae97db

#ae97db

Complementary Color

#ae97db #c4db97

#ae97db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae97db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae97db Color CSS Codes

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

#ae97db Text Font Color

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

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


#ae97db Background Color

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

This div background color is #ae97db


#ae97db Border Color

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

This div border color is #ae97db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae97db


Comments

No comments written yet.

Please login to write comment.