Color Hex Logo

#9f11ec Color Hex

#9F11EC
(159,17,236)
0 Favorites   0 Comments

Color spaces of #9f11ec

RGB 15917236
HSL0.770.870.50
HSV279°93°93°
CMYK 0.330.930.00   0.07
XYZ29.638813.828080.4638
Yxy13.82800.23920.1116
Hunter Lab37.186077.1964-102.2626
CIE-Lab43.985280.5036-77.3959

#9f11ec color RGB value is (159,17,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010001 11101100
Octal 237 21 354
Decimal 159 17 236
Hex 9F 11 EC

RGB Percentages of Color #9f11ec

%38.59
%4.13
%57.28

CMYK Percentages of Color #9f11ec

%33
%93
%0
%7

Triadic Colors of #9f11ec

#9f11ec #ec9f11 #11ec9f

Analogous Colors of #9f11ec

#9f11ec #ec11cc #3211ec

Monochromatic Colors of #9f11ec

#9f11ec

Complementary Color

#9f11ec #5eec11

#9f11ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f11ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f11ec Color CSS Codes

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

#9f11ec Text Font Color

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

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


#9f11ec Background Color

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

This div background color is #9f11ec


#9f11ec Border Color

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

This div border color is #9f11ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,17,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f11ec


Comments

No comments written yet.

Please login to write comment.