Color Hex Logo

#ae97ed Color Hex

#AE97ED
(174,151,237)
0 Favorites   0 Comments

Color spaces of #ae97ed

RGB 174151237
HSL0.710.700.76
HSV256°36°93°
CMYK 0.270.360.00   0.07
XYZ43.808237.246385.0011
Yxy37.24630.26380.2243
Hunter Lab61.029721.3283-39.8572
CIE-Lab67.461426.4793-40.2566

#ae97ed color RGB value is (174,151,237).

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

The process color (four color CMYK) of #ae97ed color hex is 0.27, 0.36, 0.00, 0.07. Web safe color of #ae97ed is #9999ff. Color #ae97ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010111 11101101
Octal 256 227 355
Decimal 174 151 237
Hex AE 97 ED

RGB Percentages of Color #ae97ed

%30.96
%26.87
%42.17

CMYK Percentages of Color #ae97ed

%27
%36
%0
%7

Triadic Colors of #ae97ed

#ae97ed #edae97 #97edae

Analogous Colors of #ae97ed

#ae97ed #d997ed #97abed

Monochromatic Colors of #ae97ed

#ae97ed

Complementary Color

#ae97ed #d6ed97

#ae97ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae97ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae97ed Color CSS Codes

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

#ae97ed Text Font Color

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

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


#ae97ed Background Color

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

This div background color is #ae97ed


#ae97ed Border Color

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

This div border color is #ae97ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae97ed


Comments

No comments written yet.

Please login to write comment.