Color Hex Logo

#9b11ef Color Hex

#9B11EF
(155,17,239)
0 Favorites   0 Comments

Color spaces of #9b11ef

RGB 15517239
HSL0.770.870.50
HSV277°93°94°
CMYK 0.350.930.00   0.06
XYZ29.298013.601582.7425
Yxy13.60150.23320.1083
Hunter Lab36.880277.2618-107.2038
CIE-Lab43.655980.6185-79.6548

#9b11ef color RGB value is (155,17,239).

#9b11ef hex color red value is 155, green value is 17 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9b11ef hue: 0.77 , saturation: 0.87 and the lightness value of 9b11ef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00010001 11101111
Octal 233 21 357
Decimal 155 17 239
Hex 9B 11 EF

RGB Percentages of Color #9b11ef

%37.71
%4.14
%58.15

CMYK Percentages of Color #9b11ef

%35
%93
%0
%6

Triadic Colors of #9b11ef

#9b11ef #ef9b11 #11ef9b

Analogous Colors of #9b11ef

#9b11ef #ef11d4 #2c11ef

Monochromatic Colors of #9b11ef

#9b11ef

Complementary Color

#9b11ef #65ef11

#9b11ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b11ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b11ef Color CSS Codes

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

#9b11ef Text Font Color

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

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


#9b11ef Background Color

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

This div background color is #9b11ef


#9b11ef Border Color

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

This div border color is #9b11ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,17,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 #9b11ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b11ef


Comments

No comments written yet.

Please login to write comment.