Color Hex Logo

#997fac Color Hex

#997FAC
(153,127,172)
0 Favorites   0 Comments

Color spaces of #997fac

RGB 153127172
HSL0.760.210.59
HSV275°26°67°
CMYK 0.110.260.00   0.33
XYZ28.172624.929642.3568
Yxy24.92960.29510.2612
Hunter Lab49.929613.3414-15.3469
CIE-Lab57.006818.6905-20.1257

#997fac color RGB value is (153,127,172).

#997fac hex color red value is 153, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #997fac hue: 0.76 , saturation: 0.21 and the lightness value of 997fac is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 10101100
Octal 231 177 254
Decimal 153 127 172
Hex 99 7F AC

RGB Percentages of Color #997fac

%33.85
%28.10
%38.05

CMYK Percentages of Color #997fac

%11
%26
%0
%33

Triadic Colors of #997fac

#997fac #ac997f #7fac99

Analogous Colors of #997fac

#997fac #ac7fa9 #837fac

Monochromatic Colors of #997fac

#997fac

Complementary Color

#997fac #92ac7f

#997fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fac Color CSS Codes

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

#997fac Text Font Color

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

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


#997fac Background Color

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

This div background color is #997fac


#997fac Border Color

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

This div border color is #997fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,127,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 #997fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fac


Comments

No comments written yet.

Please login to write comment.