Color Hex Logo

#ae97ce Color Hex

#AE97CE
(174,151,206)
0 Favorites   0 Comments

Color spaces of #ae97ce

RGB 174151206
HSL0.740.360.70
HSV265°27°81°
CMYK 0.160.270.00   0.19
XYZ39.662735.588163.1713
Yxy35.58810.28650.2571
Hunter Lab59.655814.2798-21.0249
CIE-Lab66.204019.3107-25.0769

#ae97ce color RGB value is (174,151,206).

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

The process color (four color CMYK) of #ae97ce color hex is 0.16, 0.27, 0.00, 0.19. Web safe color of #ae97ce is #9999cc. Color #ae97ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010111 11001110
Octal 256 227 316
Decimal 174 151 206
Hex AE 97 CE

RGB Percentages of Color #ae97ce

%32.77
%28.44
%38.79

CMYK Percentages of Color #ae97ce

%16
%27
%0
%19

Triadic Colors of #ae97ce

#ae97ce #ceae97 #97ceae

Analogous Colors of #ae97ce

#ae97ce #ca97ce #979cce

Monochromatic Colors of #ae97ce

#ae97ce

Complementary Color

#ae97ce #b7ce97

#ae97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae97ce Color CSS Codes

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

#ae97ce Text Font Color

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

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


#ae97ce Background Color

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

This div background color is #ae97ce


#ae97ce Border Color

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

This div border color is #ae97ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae97ce


Comments

No comments written yet.

Please login to write comment.