Color Hex Logo

#997fa9 Color Hex

#997FA9
(153,127,169)
0 Favorites   0 Comments

Color spaces of #997fa9

RGB 153127169
HSL0.770.200.58
HSV277°25°66°
CMYK 0.090.250.00   0.34
XYZ27.887724.815640.8562
Yxy24.81560.29810.2652
Hunter Lab49.815312.7516-13.7563
CIE-Lab56.895318.0434-18.5729

#997fa9 color RGB value is (153,127,169).

#997fa9 hex color red value is 153, green value is 127 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #997fa9 hue: 0.77 , saturation: 0.20 and the lightness value of 997fa9 is 0.58.

The process color (four color CMYK) of #997fa9 color hex is 0.09, 0.25, 0.00, 0.34. Web safe color of #997fa9 is #996699. Color #997fa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 10101001
Octal 231 177 251
Decimal 153 127 169
Hex 99 7F A9

RGB Percentages of Color #997fa9

%34.08
%28.29
%37.64

CMYK Percentages of Color #997fa9

%9
%25
%0
%34

Triadic Colors of #997fa9

#997fa9 #a9997f #7fa999

Analogous Colors of #997fa9

#997fa9 #a97fa4 #847fa9

Monochromatic Colors of #997fa9

#997fa9

Complementary Color

#997fa9 #8fa97f

#997fa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fa9 Color CSS Codes

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

#997fa9 Text Font Color

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

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


#997fa9 Background Color

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

This div background color is #997fa9


#997fa9 Border Color

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

This div border color is #997fa9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,127,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997fa9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997fa9;
  -webkit-box-shadow: 1px 1px 3px 2px #997fa9;
  box-shadow:         1px 1px 3px 2px #997fa9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fa9


Comments

No comments written yet.

Please login to write comment.