Color Hex Logo

#9d366e Color Hex

#9D366E
(157,54,110)
0 Favorites   0 Comments

Color spaces of #9d366e

RGB 15754110
HSL0.910.490.41
HSV327°66°62°
CMYK 0.000.660.30   0.38
XYZ18.038310.932215.9113
Yxy10.93220.40190.2436
Hunter Lab33.063939.5205-5.3874
CIE-Lab39.466048.2576-9.7134

#9d366e color RGB value is (157,54,110).

#9d366e hex color red value is 157, green value is 54 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #9d366e hue: 0.91 , saturation: 0.49 and the lightness value of 9d366e is 0.41.

The process color (four color CMYK) of #9d366e color hex is 0.00, 0.66, 0.30, 0.38. Web safe color of #9d366e is #993366. Color #9d366e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00110110 01101110
Octal 235 66 156
Decimal 157 54 110
Hex 9D 36 6E

RGB Percentages of Color #9d366e

%48.91
%16.82
%34.27

CMYK Percentages of Color #9d366e

%0
%66
%30
%38

Triadic Colors of #9d366e

#9d366e #6e9d36 #366e9d

Analogous Colors of #9d366e

#9d366e #9d363a #99369d

Monochromatic Colors of #9d366e

#9d366e

Complementary Color

#9d366e #369d65

#9d366e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d366e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d366e Color CSS Codes

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

#9d366e Text Font Color

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

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


#9d366e Background Color

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

This div background color is #9d366e


#9d366e Border Color

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

This div border color is #9d366e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,54,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d366e


Comments

No comments written yet.

Please login to write comment.