Color Hex Logo

#ae96cf Color Hex

#AE96CF
(174,150,207)
0 Favorites   0 Comments

Color spaces of #ae96cf

RGB 174150207
HSL0.740.370.70
HSV265°28°81°
CMYK 0.160.280.00   0.19
XYZ39.624435.316463.7598
Yxy35.31640.28570.2546
Hunter Lab59.427615.0197-22.0128
CIE-Lab65.994320.0944-25.9549

#ae96cf color RGB value is (174,150,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 11001111
Octal 256 226 317
Decimal 174 150 207
Hex AE 96 CF

RGB Percentages of Color #ae96cf

%32.77
%28.25
%38.98

CMYK Percentages of Color #ae96cf

%16
%28
%0
%19

Triadic Colors of #ae96cf

#ae96cf #cfae96 #96cfae

Analogous Colors of #ae96cf

#ae96cf #cb96cf #969bcf

Monochromatic Colors of #ae96cf

#ae96cf

Complementary Color

#ae96cf #b7cf96

#ae96cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96cf Color CSS Codes

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

#ae96cf Text Font Color

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

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


#ae96cf Background Color

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

This div background color is #ae96cf


#ae96cf Border Color

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

This div border color is #ae96cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96cf


Comments

No comments written yet.

Please login to write comment.