Color Hex Logo

#ae98dc Color Hex

#AE98DC
(174,152,220)
0 Favorites   0 Comments

Color spaces of #ae98dc

RGB 174152220
HSL0.720.490.73
HSV259°31°86°
CMYK 0.210.310.00   0.14
XYZ41.602136.622572.5863
Yxy36.62250.27590.2428
Hunter Lab60.516516.8059-28.7536
CIE-Lab66.992821.9038-31.6231

#ae98dc color RGB value is (174,152,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 11011100
Octal 256 230 334
Decimal 174 152 220
Hex AE 98 DC

RGB Percentages of Color #ae98dc

%31.87
%27.84
%40.29

CMYK Percentages of Color #ae98dc

%21
%31
%0
%14

Triadic Colors of #ae98dc

#ae98dc #dcae98 #98dcae

Analogous Colors of #ae98dc

#ae98dc #d098dc #98a4dc

Monochromatic Colors of #ae98dc

#ae98dc

Complementary Color

#ae98dc #c6dc98

#ae98dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae98dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae98dc Color CSS Codes

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

#ae98dc Text Font Color

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

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


#ae98dc Background Color

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

This div background color is #ae98dc


#ae98dc Border Color

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

This div border color is #ae98dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae98dc


Comments

No comments written yet.

Please login to write comment.