Color Hex Logo

#ae98eb Color Hex

#AE98EB
(174,152,235)
0 Favorites   0 Comments

Color spaces of #ae98eb

RGB 174152235
HSL0.710.670.76
HSV256°35°92°
CMYK 0.260.350.00   0.08
XYZ43.679237.453383.5243
Yxy37.45330.26530.2275
Hunter Lab61.199120.3011-38.0794
CIE-Lab67.615725.4346-38.9178

#ae98eb color RGB value is (174,152,235).

#ae98eb hex color red value is 174, green value is 152 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae98eb hue: 0.71 , saturation: 0.67 and the lightness value of ae98eb is 0.76.

The process color (four color CMYK) of #ae98eb color hex is 0.26, 0.35, 0.00, 0.08. Web safe color of #ae98eb is #9999ff. Color #ae98eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 11101011
Octal 256 230 353
Decimal 174 152 235
Hex AE 98 EB

RGB Percentages of Color #ae98eb

%31.02
%27.09
%41.89

CMYK Percentages of Color #ae98eb

%26
%35
%0
%8

Triadic Colors of #ae98eb

#ae98eb #ebae98 #98ebae

Analogous Colors of #ae98eb

#ae98eb #d898eb #98aceb

Monochromatic Colors of #ae98eb

#ae98eb

Complementary Color

#ae98eb #d5eb98

#ae98eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae98eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae98eb Color CSS Codes

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

#ae98eb Text Font Color

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

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


#ae98eb Background Color

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

This div background color is #ae98eb


#ae98eb Border Color

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

This div border color is #ae98eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae98eb


Comments

No comments written yet.

Please login to write comment.