Color Hex Logo

#9b5aef Color Hex

#9B5AEF
(155,90,239)
0 Favorites   0 Comments

Color spaces of #9b5aef

RGB 15590239
HSL0.740.820.65
HSV266°62°94°
CMYK 0.350.620.00   0.06
XYZ32.753720.512983.8944
Yxy20.51290.23880.1496
Hunter Lab45.291249.8282-78.1211
CIE-Lab52.412255.6649-65.4007

#9b5aef color RGB value is (155,90,239).

#9b5aef hex color red value is 155, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9b5aef hue: 0.74 , saturation: 0.82 and the lightness value of 9b5aef is 0.65.

The process color (four color CMYK) of #9b5aef color hex is 0.35, 0.62, 0.00, 0.06. Web safe color of #9b5aef is #9966ff. Color #9b5aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01011010 11101111
Octal 233 132 357
Decimal 155 90 239
Hex 9B 5A EF

RGB Percentages of Color #9b5aef

%32.02
%18.60
%49.38

CMYK Percentages of Color #9b5aef

%35
%62
%0
%6

Triadic Colors of #9b5aef

#9b5aef #ef9b5a #5aef9b

Analogous Colors of #9b5aef

#9b5aef #e65aef #5a64ef

Monochromatic Colors of #9b5aef

#9b5aef

Complementary Color

#9b5aef #aeef5a

#9b5aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b5aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b5aef Color CSS Codes

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

#9b5aef Text Font Color

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

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


#9b5aef Background Color

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

This div background color is #9b5aef


#9b5aef Border Color

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

This div border color is #9b5aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b5aef


Comments

No comments written yet.

Please login to write comment.