Color Hex Logo

#997cac Color Hex

#997CAC
(153,124,172)
0 Favorites   0 Comments

Color spaces of #997cac

RGB 153124172
HSL0.770.220.58
HSV276°28°67°
CMYK 0.110.280.00   0.33
XYZ27.790924.166242.2295
Yxy24.16620.29510.2566
Hunter Lab49.159114.8821-16.5209
CIE-Lab56.253820.4236-21.2774

#997cac color RGB value is (153,124,172).

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

The process color (four color CMYK) of #997cac color hex is 0.11, 0.28, 0.00, 0.33. Web safe color of #997cac is #996699. Color #997cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111100 10101100
Octal 231 174 254
Decimal 153 124 172
Hex 99 7C AC

RGB Percentages of Color #997cac

%34.08
%27.62
%38.31

CMYK Percentages of Color #997cac

%11
%28
%0
%33

Triadic Colors of #997cac

#997cac #ac997c #7cac99

Analogous Colors of #997cac

#997cac #ac7ca7 #817cac

Monochromatic Colors of #997cac

#997cac

Complementary Color

#997cac #8fac7c

#997cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#997cac Color CSS Codes

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

#997cac Text Font Color

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

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


#997cac Background Color

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

This div background color is #997cac


#997cac Border Color

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

This div border color is #997cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997cac


Comments

No comments written yet.

Please login to write comment.