Color Hex Logo

#9c109d Color Hex

#9C109D
(156,16,157)
0 Favorites   0 Comments

Color spaces of #9c109d

RGB 15616157
HSL0.830.820.34
HSV300°90°62°
CMYK 0.010.900.00   0.38
XYZ19.98149.872832.7508
Yxy9.87280.31920.1577
Hunter Lab31.421058.5258-39.8045
CIE-Lab37.613266.2117-41.5674

#9c109d color RGB value is (156,16,157).

#9c109d hex color red value is 156, green value is 16 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9c109d hue: 0.83 , saturation: 0.82 and the lightness value of 9c109d is 0.34.

The process color (four color CMYK) of #9c109d color hex is 0.01, 0.90, 0.00, 0.38. Web safe color of #9c109d is #990099. Color #9c109d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00010000 10011101
Octal 234 20 235
Decimal 156 16 157
Hex 9C 10 9D

RGB Percentages of Color #9c109d

%47.42
%4.86
%47.72

CMYK Percentages of Color #9c109d

%1
%90
%0
%38

Triadic Colors of #9c109d

#9c109d #9d9c10 #109d9c

Analogous Colors of #9c109d

#9c109d #9d1057 #56109d

Monochromatic Colors of #9c109d

#9c109d

Complementary Color

#9c109d #119d10

#9c109d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c109d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c109d Color CSS Codes

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

#9c109d Text Font Color

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

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


#9c109d Background Color

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

This div background color is #9c109d


#9c109d Border Color

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

This div border color is #9c109d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c109d


Comments

No comments written yet.

Please login to write comment.