Color Hex Logo

#9d0c96 Color Hex

#9D0C96
(157,12,150)
0 Favorites   0 Comments

Color spaces of #9d0c96

RGB 15712150
HSL0.840.860.33
HSV303°92°62°
CMYK 0.000.920.04   0.38
XYZ19.54119.633129.6836
Yxy9.63310.33200.1637
Hunter Lab31.037258.0688-34.9781
CIE-Lab37.175765.8973-38.0005

#9d0c96 color RGB value is (157,12,150).

#9d0c96 hex color red value is 157, green value is 12 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #9d0c96 hue: 0.84 , saturation: 0.86 and the lightness value of 9d0c96 is 0.33.

The process color (four color CMYK) of #9d0c96 color hex is 0.00, 0.92, 0.04, 0.38. Web safe color of #9d0c96 is #990099. Color #9d0c96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00001100 10010110
Octal 235 14 226
Decimal 157 12 150
Hex 9D C 96

RGB Percentages of Color #9d0c96

%49.22
%3.76
%47.02

CMYK Percentages of Color #9d0c96

%0
%92
%4
%38

Triadic Colors of #9d0c96

#9d0c96 #969d0c #0c969d

Analogous Colors of #9d0c96

#9d0c96 #9d0c4d #5c0c9d

Monochromatic Colors of #9d0c96

#9d0c96

Complementary Color

#9d0c96 #0c9d13

#9d0c96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d0c96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d0c96 Color CSS Codes

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

#9d0c96 Text Font Color

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

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


#9d0c96 Background Color

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

This div background color is #9d0c96


#9d0c96 Border Color

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

This div border color is #9d0c96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d0c96


Comments

No comments written yet.

Please login to write comment.