Color Hex Logo

#9311dc Color Hex

#9311DC
(147,17,220)
0 Favorites   0 Comments

Color spaces of #9311dc

RGB 14717220
HSL0.770.860.46
HSV278°92°86°
CMYK 0.330.920.00   0.14
XYZ25.151311.771268.6566
Yxy11.77120.23820.1115
Hunter Lab34.309270.8133-94.6296
CIE-Lab40.850175.9604-73.4851

#9311dc color RGB value is (147,17,220).

#9311dc hex color red value is 147, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9311dc hue: 0.77 , saturation: 0.86 and the lightness value of 9311dc is 0.46.

The process color (four color CMYK) of #9311dc color hex is 0.33, 0.92, 0.00, 0.14. Web safe color of #9311dc is #9900cc. Color #9311dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010001 11011100
Octal 223 21 334
Decimal 147 17 220
Hex 93 11 DC

RGB Percentages of Color #9311dc

%38.28
%4.43
%57.29

CMYK Percentages of Color #9311dc

%33
%92
%0
%14

Triadic Colors of #9311dc

#9311dc #dc9311 #11dc93

Analogous Colors of #9311dc

#9311dc #dc11c0 #2d11dc

Monochromatic Colors of #9311dc

#9311dc

Complementary Color

#9311dc #5adc11

#9311dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9311dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9311dc Color CSS Codes

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

#9311dc Text Font Color

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

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


#9311dc Background Color

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

This div background color is #9311dc


#9311dc Border Color

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

This div border color is #9311dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9311dc


Comments

No comments written yet.

Please login to write comment.