Color Hex Logo

#9311ef Color Hex

#9311EF
(147,17,239)
0 Favorites   0 Comments

Color spaces of #9311ef

RGB 14717239
HSL0.760.870.50
HSV275°93°94°
CMYK 0.380.930.00   0.06
XYZ27.813112.835982.6730
Yxy12.83590.22550.1041
Hunter Lab35.827275.8740-111.7354
CIE-Lab42.514979.7312-81.5709

#9311ef color RGB value is (147,17,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010001 11101111
Octal 223 21 357
Decimal 147 17 239
Hex 93 11 EF

RGB Percentages of Color #9311ef

%36.48
%4.22
%59.31

CMYK Percentages of Color #9311ef

%38
%93
%0
%6

Triadic Colors of #9311ef

#9311ef #ef9311 #11ef93

Analogous Colors of #9311ef

#9311ef #ef11dc #2411ef

Monochromatic Colors of #9311ef

#9311ef

Complementary Color

#9311ef #6def11

#9311ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9311ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9311ef Color CSS Codes

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

#9311ef Text Font Color

<p style="color:#9311ef">Text here</p>

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


#9311ef Background Color

<div style="background-color:#9311ef">
Div content here</div>

This div background color is #9311ef


#9311ef Border Color

<div style="border:3px solid #9311ef">
Div here</div>

This div border color is #9311ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,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 #9311ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9311ef


Comments

No comments written yet.

Please login to write comment.