Color Hex Logo

#9b5ecb Color Hex

#9B5ECB
(155,94,203)
0 Favorites   0 Comments

Color spaces of #9b5ecb

RGB 15594203
HSL0.760.510.58
HSV274°54°80°
CMYK 0.240.540.00   0.20
XYZ28.299819.285858.7309
Yxy19.28580.26620.1814
Hunter Lab43.915638.1755-48.5511
CIE-Lab51.019944.9969-47.2526

#9b5ecb color RGB value is (155,94,203).

#9b5ecb hex color red value is 155, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9b5ecb hue: 0.76 , saturation: 0.51 and the lightness value of 9b5ecb is 0.58.

The process color (four color CMYK) of #9b5ecb color hex is 0.24, 0.54, 0.00, 0.20. Web safe color of #9b5ecb is #9966cc. Color #9b5ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01011110 11001011
Octal 233 136 313
Decimal 155 94 203
Hex 9B 5E CB

RGB Percentages of Color #9b5ecb

%34.29
%20.80
%44.91

CMYK Percentages of Color #9b5ecb

%24
%54
%0
%20

Triadic Colors of #9b5ecb

#9b5ecb #cb9b5e #5ecb9b

Analogous Colors of #9b5ecb

#9b5ecb #cb5ec5 #655ecb

Monochromatic Colors of #9b5ecb

#9b5ecb

Complementary Color

#9b5ecb #8ecb5e

#9b5ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b5ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b5ecb Color CSS Codes

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

#9b5ecb Text Font Color

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

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


#9b5ecb Background Color

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

This div background color is #9b5ecb


#9b5ecb Border Color

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

This div border color is #9b5ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b5ecb


Comments

No comments written yet.

Please login to write comment.