Color Hex Logo

#9b04bb Color Hex

#9B04BB
(155,4,187)
0 Favorites   0 Comments

Color spaces of #9b04bb

RGB 1554187
HSL0.800.960.37
HSV290°98°73°
CMYK 0.170.980.00   0.27
XYZ22.530610.643347.8806
Yxy10.64330.27800.1313
Hunter Lab32.624166.1823-64.1799
CIE-Lab38.973172.4906-57.3074

#9b04bb color RGB value is (155,4,187).

#9b04bb hex color red value is 155, green value is 4 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9b04bb hue: 0.80 , saturation: 0.96 and the lightness value of 9b04bb is 0.37.

The process color (four color CMYK) of #9b04bb color hex is 0.17, 0.98, 0.00, 0.27. Web safe color of #9b04bb is #9900cc. Color #9b04bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00000100 10111011
Octal 233 4 273
Decimal 155 4 187
Hex 9B 4 BB

RGB Percentages of Color #9b04bb

%44.80
%1.16
%54.05

CMYK Percentages of Color #9b04bb

%17
%98
%0
%27

Triadic Colors of #9b04bb

#9b04bb #bb9b04 #04bb9b

Analogous Colors of #9b04bb

#9b04bb #bb0480 #4004bb

Monochromatic Colors of #9b04bb

#9b04bb

Complementary Color

#9b04bb #24bb04

#9b04bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b04bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b04bb Color CSS Codes

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

#9b04bb Text Font Color

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

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


#9b04bb Background Color

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

This div background color is #9b04bb


#9b04bb Border Color

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

This div border color is #9b04bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b04bb


Comments

No comments written yet.

Please login to write comment.