Color Hex Logo

#9b5edb Color Hex

#9B5EDB
(155,94,219)
0 Favorites   0 Comments

Color spaces of #9b5edb

RGB 15594219
HSL0.750.630.61
HSV269°57°86°
CMYK 0.290.570.00   0.14
XYZ30.306520.088469.2980
Yxy20.08840.25320.1678
Hunter Lab44.820142.2632-60.2964
CIE-Lab51.937048.7559-54.9022

#9b5edb color RGB value is (155,94,219).

#9b5edb hex color red value is 155, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9b5edb hue: 0.75 , saturation: 0.63 and the lightness value of 9b5edb is 0.61.

The process color (four color CMYK) of #9b5edb color hex is 0.29, 0.57, 0.00, 0.14. Web safe color of #9b5edb is #9966cc. Color #9b5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01011110 11011011
Octal 233 136 333
Decimal 155 94 219
Hex 9B 5E DB

RGB Percentages of Color #9b5edb

%33.12
%20.09
%46.79

CMYK Percentages of Color #9b5edb

%29
%57
%0
%14

Triadic Colors of #9b5edb

#9b5edb #db9b5e #5edb9b

Analogous Colors of #9b5edb

#9b5edb #da5edb #5e60db

Monochromatic Colors of #9b5edb

#9b5edb

Complementary Color

#9b5edb #9edb5e

#9b5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b5edb Color CSS Codes

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

#9b5edb Text Font Color

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

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


#9b5edb Background Color

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

This div background color is #9b5edb


#9b5edb Border Color

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

This div border color is #9b5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b5edb


Comments

No comments written yet.

Please login to write comment.