Color Hex Logo

#9911dc Color Hex

#9911DC
(153,17,220)
0 Favorites   0 Comments

Color spaces of #9911dc

RGB 15317220
HSL0.780.860.46
HSV280°92°86°
CMYK 0.300.920.00   0.14
XYZ26.255612.340568.7083
Yxy12.34050.24470.1150
Hunter Lab35.129071.9358-91.3740
CIE-Lab41.752276.7030-71.9728

#9911dc color RGB value is (153,17,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010001 11011100
Octal 231 21 334
Decimal 153 17 220
Hex 99 11 DC

RGB Percentages of Color #9911dc

%39.23
%4.36
%56.41

CMYK Percentages of Color #9911dc

%30
%92
%0
%14

Triadic Colors of #9911dc

#9911dc #dc9911 #11dc99

Analogous Colors of #9911dc

#9911dc #dc11ba #3311dc

Monochromatic Colors of #9911dc

#9911dc

Complementary Color

#9911dc #54dc11

#9911dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9911dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9911dc Color CSS Codes

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

#9911dc Text Font Color

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

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


#9911dc Background Color

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

This div background color is #9911dc


#9911dc Border Color

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

This div border color is #9911dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9911dc


Comments

No comments written yet.

Please login to write comment.