Color Hex Logo

#9d7bac Color Hex

#9D7BAC
(157,123,172)
0 Favorites   0 Comments

Color spaces of #9d7bac

RGB 157123172
HSL0.780.230.58
HSV282°28°67°
CMYK 0.090.280.00   0.33
XYZ28.434024.312642.2239
Yxy24.31260.29940.2560
Hunter Lab49.307816.6457-16.2565
CIE-Lab56.399422.3363-21.0199

#9d7bac color RGB value is (157,123,172).

#9d7bac hex color red value is 157, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9d7bac hue: 0.78 , saturation: 0.23 and the lightness value of 9d7bac is 0.58.

The process color (four color CMYK) of #9d7bac color hex is 0.09, 0.28, 0.00, 0.33. Web safe color of #9d7bac is #996699. Color #9d7bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111011 10101100
Octal 235 173 254
Decimal 157 123 172
Hex 9D 7B AC

RGB Percentages of Color #9d7bac

%34.73
%27.21
%38.05

CMYK Percentages of Color #9d7bac

%9
%28
%0
%33

Triadic Colors of #9d7bac

#9d7bac #ac9d7b #7bac9d

Analogous Colors of #9d7bac

#9d7bac #ac7ba3 #857bac

Monochromatic Colors of #9d7bac

#9d7bac

Complementary Color

#9d7bac #8aac7b

#9d7bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d7bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d7bac Color CSS Codes

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

#9d7bac Text Font Color

<p style="color:#9d7bac">Text here</p>

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


#9d7bac Background Color

<div style="background-color:#9d7bac">
Div content here</div>

This div background color is #9d7bac


#9d7bac Border Color

<div style="border:3px solid #9d7bac">
Div here</div>

This div border color is #9d7bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,123,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d7bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d7bac;
  -webkit-box-shadow: 1px 1px 3px 2px #9d7bac;
  box-shadow:         1px 1px 3px 2px #9d7bac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,123,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 #9d7bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d7bac


Comments

No comments written yet.

Please login to write comment.