Color Hex Logo

#997bad Color Hex

#997BAD
(153,123,173)
0 Favorites   0 Comments

Color spaces of #997bad

RGB 153123173
HSL0.770.230.58
HSV276°29°68°
CMYK 0.120.290.00   0.32
XYZ27.762723.955442.6958
Yxy23.95540.29410.2537
Hunter Lab48.944315.5983-17.4598
CIE-Lab56.043121.2195-22.1756

#997bad color RGB value is (153,123,173).

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

The process color (four color CMYK) of #997bad color hex is 0.12, 0.29, 0.00, 0.32. Web safe color of #997bad is #996699. Color #997bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111011 10101101
Octal 231 173 255
Decimal 153 123 173
Hex 99 7B AD

RGB Percentages of Color #997bad

%34.08
%27.39
%38.53

CMYK Percentages of Color #997bad

%12
%29
%0
%32

Triadic Colors of #997bad

#997bad #ad997b #7bad99

Analogous Colors of #997bad

#997bad #ad7ba8 #807bad

Monochromatic Colors of #997bad

#997bad

Complementary Color

#997bad #8fad7b

#997bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#997bad Color CSS Codes

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

#997bad Text Font Color

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

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


#997bad Background Color

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

This div background color is #997bad


#997bad Border Color

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

This div border color is #997bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997bad


Comments

No comments written yet.

Please login to write comment.