Color Hex Logo

#9975ae Color Hex

#9975AE
(153,117,174)
0 Favorites   0 Comments

Color spaces of #9975ae

RGB 153117174
HSL0.770.260.57
HSV278°33°68°
CMYK 0.120.330.00   0.32
XYZ27.138122.550942.9668
Yxy22.55090.29290.2434
Hunter Lab47.487818.9047-20.4040
CIE-Lab54.606724.9041-24.9612

#9975ae color RGB value is (153,117,174).

#9975ae hex color red value is 153, green value is 117 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9975ae hue: 0.77 , saturation: 0.26 and the lightness value of 9975ae is 0.57.

The process color (four color CMYK) of #9975ae color hex is 0.12, 0.33, 0.00, 0.32. Web safe color of #9975ae is #996699. Color #9975ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110101 10101110
Octal 231 165 256
Decimal 153 117 174
Hex 99 75 AE

RGB Percentages of Color #9975ae

%34.46
%26.35
%39.19

CMYK Percentages of Color #9975ae

%12
%33
%0
%32

Triadic Colors of #9975ae

#9975ae #ae9975 #75ae99

Analogous Colors of #9975ae

#9975ae #ae75a7 #7d75ae

Monochromatic Colors of #9975ae

#9975ae

Complementary Color

#9975ae #8aae75

#9975ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9975ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9975ae Color CSS Codes

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

#9975ae Text Font Color

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

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


#9975ae Background Color

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

This div background color is #9975ae


#9975ae Border Color

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

This div border color is #9975ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,117,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9975ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9975ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9975ae;
  box-shadow:         1px 1px 3px 2px #9975ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9975ae


Comments

No comments written yet.

Please login to write comment.