Color Hex Logo

#9d7dac Color Hex

#9D7DAC
(157,125,172)
0 Favorites   0 Comments

Color spaces of #9d7dac

RGB 157125172
HSL0.780.220.58
HSV281°27°67°
CMYK 0.090.270.00   0.33
XYZ28.684624.813942.3074
Yxy24.81390.29940.2590
Hunter Lab49.813615.6136-15.4864
CIE-Lab56.893621.1856-20.2639

#9d7dac color RGB value is (157,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111101 10101100
Octal 235 175 254
Decimal 157 125 172
Hex 9D 7D AC

RGB Percentages of Color #9d7dac

%34.58
%27.53
%37.89

CMYK Percentages of Color #9d7dac

%9
%27
%0
%33

Triadic Colors of #9d7dac

#9d7dac #ac9d7d #7dac9d

Analogous Colors of #9d7dac

#9d7dac #ac7da4 #867dac

Monochromatic Colors of #9d7dac

#9d7dac

Complementary Color

#9d7dac #8cac7d

#9d7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d7dac Color CSS Codes

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

#9d7dac Text Font Color

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

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


#9d7dac Background Color

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

This div background color is #9d7dac


#9d7dac Border Color

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

This div border color is #9d7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d7dac


Comments

No comments written yet.

Please login to write comment.