Color Hex Logo

#9b5edf Color Hex

#9B5EDF
(155,94,223)
0 Favorites   0 Comments

Color spaces of #9b5edf

RGB 15594223
HSL0.750.670.62
HSV268°58°87°
CMYK 0.300.580.00   0.13
XYZ30.839620.301772.1052
Yxy20.30170.25020.1647
Hunter Lab45.057443.3241-63.3414
CIE-Lab52.176649.7144-56.7814

#9b5edf color RGB value is (155,94,223).

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

The process color (four color CMYK) of #9b5edf color hex is 0.30, 0.58, 0.00, 0.13. Web safe color of #9b5edf is #9966cc. Color #9b5edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01011110 11011111
Octal 233 136 337
Decimal 155 94 223
Hex 9B 5E DF

RGB Percentages of Color #9b5edf

%32.84
%19.92
%47.25

CMYK Percentages of Color #9b5edf

%30
%58
%0
%13

Triadic Colors of #9b5edf

#9b5edf #df9b5e #5edf9b

Analogous Colors of #9b5edf

#9b5edf #dc5edf #5e62df

Monochromatic Colors of #9b5edf

#9b5edf

Complementary Color

#9b5edf #a2df5e

#9b5edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b5edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b5edf Color CSS Codes

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

#9b5edf Text Font Color

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

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


#9b5edf Background Color

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

This div background color is #9b5edf


#9b5edf Border Color

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

This div border color is #9b5edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b5edf


Comments

No comments written yet.

Please login to write comment.