Color Hex Logo

#9b0581 Color Hex

#9B0581
(155,5,129)
0 Favorites   0 Comments

Color spaces of #9b0581

RGB 1555129
HSL0.860.940.31
HSV310°97°61°
CMYK 0.000.970.17   0.39
XYZ17.53438.662121.5167
Yxy8.66210.36750.1815
Hunter Lab29.431454.8395-22.7436
CIE-Lab35.325463.4037-28.0015

#9b0581 color RGB value is (155,5,129).

#9b0581 hex color red value is 155, green value is 5 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #9b0581 hue: 0.86 , saturation: 0.94 and the lightness value of 9b0581 is 0.31.

The process color (four color CMYK) of #9b0581 color hex is 0.00, 0.97, 0.17, 0.39. Web safe color of #9b0581 is #990099. Color #9b0581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00000101 10000001
Octal 233 5 201
Decimal 155 5 129
Hex 9B 5 81

RGB Percentages of Color #9b0581

%53.63
%1.73
%44.64

CMYK Percentages of Color #9b0581

%0
%97
%17
%39

Triadic Colors of #9b0581

#9b0581 #819b05 #05819b

Analogous Colors of #9b0581

#9b0581 #9b0536 #6a059b

Monochromatic Colors of #9b0581

#9b0581

Complementary Color

#9b0581 #059b1f

#9b0581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b0581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b0581 Color CSS Codes

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

#9b0581 Text Font Color

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

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


#9b0581 Background Color

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

This div background color is #9b0581


#9b0581 Border Color

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

This div border color is #9b0581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b0581


Comments

No comments written yet.

Please login to write comment.