Color Hex Logo

#ae96d1 Color Hex

#AE96D1
(174,150,209)
0 Favorites   0 Comments

Color spaces of #ae96d1

RGB 174150209
HSL0.730.390.70
HSV264°28°82°
CMYK 0.170.280.00   0.18
XYZ39.870535.414865.0559
Yxy35.41480.28410.2523
Hunter Lab59.510315.4476-23.1578
CIE-Lab66.070320.5381-26.9499

#ae96d1 color RGB value is (174,150,209).

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

The process color (four color CMYK) of #ae96d1 color hex is 0.17, 0.28, 0.00, 0.18. Web safe color of #ae96d1 is #9999cc. Color #ae96d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 11010001
Octal 256 226 321
Decimal 174 150 209
Hex AE 96 D1

RGB Percentages of Color #ae96d1

%32.65
%28.14
%39.21

CMYK Percentages of Color #ae96d1

%17
%28
%0
%18

Triadic Colors of #ae96d1

#ae96d1 #d1ae96 #96d1ae

Analogous Colors of #ae96d1

#ae96d1 #cc96d1 #969cd1

Monochromatic Colors of #ae96d1

#ae96d1

Complementary Color

#ae96d1 #b9d196

#ae96d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96d1 Color CSS Codes

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

#ae96d1 Text Font Color

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

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


#ae96d1 Background Color

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

This div background color is #ae96d1


#ae96d1 Border Color

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

This div border color is #ae96d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96d1


Comments

No comments written yet.

Please login to write comment.