Color Hex Logo

#9b004e Color Hex

#9B004E
(155,0,78)
0 Favorites   0 Comments

Color spaces of #9b004e

RGB 155078
HSL0.921.000.30
HSV330°100°61°
CMYK 0.001.000.50   0.39
XYZ14.89277.51867.8740
Yxy7.51860.49170.2483
Hunter Lab27.420148.96382.1682
CIE-Lab32.959558.52331.0880

#9b004e color RGB value is (155,0,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00000000 01001110
Octal 233 0 116
Decimal 155 0 78
Hex 9B 0 4E

RGB Percentages of Color #9b004e

%66.52
%0.00
%33.48

CMYK Percentages of Color #9b004e

%0
%100
%50
%39

Triadic Colors of #9b004e

#9b004e #4e9b00 #004e9b

Analogous Colors of #9b004e

#9b004e #9b0000 #9b009b

Monochromatic Colors of #9b004e

#9b004e

Complementary Color

#9b004e #009b4d

#9b004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b004e Color CSS Codes

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

#9b004e Text Font Color

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

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


#9b004e Background Color

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

This div background color is #9b004e


#9b004e Border Color

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

This div border color is #9b004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b004e

#9b004e Color Palettes


Comments

No comments written yet.

Please login to write comment.