Color Hex Logo

#9b005c Color Hex

#9B005C
(155,0,92)
0 Favorites   0 Comments

Color spaces of #9b005c

RGB 155092
HSL0.901.000.30
HSV324°100°61°
CMYK 0.001.000.41   0.39
XYZ15.44937.741310.8052
Yxy7.74130.45440.2277
Hunter Lab27.823250.4246-3.5492
CIE-Lab33.438259.7771-7.3567

#9b005c color RGB value is (155,0,92).

#9b005c hex color red value is 155, green value is 0 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #9b005c hue: 0.90 , saturation: 1.00 and the lightness value of 9b005c is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00000000 01011100
Octal 233 0 134
Decimal 155 0 92
Hex 9B 0 5C

RGB Percentages of Color #9b005c

%62.75
%0.00
%37.25

CMYK Percentages of Color #9b005c

%0
%100
%41
%39

Triadic Colors of #9b005c

#9b005c #5c9b00 #005c9b

Analogous Colors of #9b005c

#9b005c #9b000e #8d009b

Monochromatic Colors of #9b005c

#9b005c

Complementary Color

#9b005c #009b3f

#9b005c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b005c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b005c Color CSS Codes

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

#9b005c Text Font Color

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

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


#9b005c Background Color

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

This div background color is #9b005c


#9b005c Border Color

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

This div border color is #9b005c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b005c


Comments

No comments written yet.

Please login to write comment.