Color Hex Logo

#9b5cb9 Color Hex

#9B5CB9
(155,92,185)
0 Favorites   0 Comments

Color spaces of #9b5cb9

RGB 15592185
HSL0.780.400.54
HSV281°50°73°
CMYK 0.160.500.00   0.27
XYZ26.101718.125648.0218
Yxy18.12560.28290.1965
Hunter Lab42.574234.9314-37.0746
CIE-Lab49.648142.0317-39.0515

#9b5cb9 color RGB value is (155,92,185).

#9b5cb9 hex color red value is 155, green value is 92 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #9b5cb9 hue: 0.78 , saturation: 0.40 and the lightness value of 9b5cb9 is 0.54.

The process color (four color CMYK) of #9b5cb9 color hex is 0.16, 0.50, 0.00, 0.27. Web safe color of #9b5cb9 is #9966cc. Color #9b5cb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01011100 10111001
Octal 233 134 271
Decimal 155 92 185
Hex 9B 5C B9

RGB Percentages of Color #9b5cb9

%35.88
%21.30
%42.82

CMYK Percentages of Color #9b5cb9

%16
%50
%0
%27

Triadic Colors of #9b5cb9

#9b5cb9 #b99b5c #5cb99b

Analogous Colors of #9b5cb9

#9b5cb9 #b95ca9 #6d5cb9

Monochromatic Colors of #9b5cb9

#9b5cb9

Complementary Color

#9b5cb9 #7ab95c

#9b5cb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b5cb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b5cb9 Color CSS Codes

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

#9b5cb9 Text Font Color

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

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


#9b5cb9 Background Color

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

This div background color is #9b5cb9


#9b5cb9 Border Color

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

This div border color is #9b5cb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b5cb9

#9b5cb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.