Color Hex Logo

#9b115c Color Hex

#9B115C
(155,17,92)
0 Favorites   0 Comments

Color spaces of #9b115c

RGB 1551792
HSL0.910.800.34
HSV327°89°61°
CMYK 0.000.890.41   0.39
XYZ15.64988.142210.8720
Yxy8.14220.45150.2349
Hunter Lab28.534547.9631-2.6160
CIE-Lab34.277357.3356-6.1004

#9b115c color RGB value is (155,17,92).

#9b115c hex color red value is 155, green value is 17 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #9b115c hue: 0.91 , saturation: 0.80 and the lightness value of 9b115c is 0.34.

The process color (four color CMYK) of #9b115c color hex is 0.00, 0.89, 0.41, 0.39. Web safe color of #9b115c is #990066. Color #9b115c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00010001 01011100
Octal 233 21 134
Decimal 155 17 92
Hex 9B 11 5C

RGB Percentages of Color #9b115c

%58.71
%6.44
%34.85

CMYK Percentages of Color #9b115c

%0
%89
%41
%39

Triadic Colors of #9b115c

#9b115c #5c9b11 #115c9b

Analogous Colors of #9b115c

#9b115c #9b1117 #95119b

Monochromatic Colors of #9b115c

#9b115c

Complementary Color

#9b115c #119b50

#9b115c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b115c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b115c Color CSS Codes

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

#9b115c Text Font Color

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

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


#9b115c Background Color

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

This div background color is #9b115c


#9b115c Border Color

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

This div border color is #9b115c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,17,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b115c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b115c;
  -webkit-box-shadow: 1px 1px 3px 2px #9b115c;
  box-shadow:         1px 1px 3px 2px #9b115c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,17,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b115c


Comments

No comments written yet.

Please login to write comment.