Color Hex Logo

#9911dd Color Hex

#9911DD
(153,17,221)
1 Favorites   0 Comments

Color spaces of #9911dd

RGB 15317221
HSL0.780.860.47
HSV280°92°87°
CMYK 0.310.920.00   0.13
XYZ26.388512.393769.4080
Yxy12.39370.24390.1146
Hunter Lab35.204772.1907-92.2503
CIE-Lab41.835176.8943-72.4103

#9911dd color RGB value is (153,17,221). This hex color code is also a web safe color which is equal to #91D.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010001 11011101
Octal 231 21 335
Decimal 153 17 221
Hex 99 11 DD

RGB Percentages of Color #9911dd

%39.13
%4.35
%56.52

CMYK Percentages of Color #9911dd

%31
%92
%0
%13

Triadic Colors of #9911dd

#9911dd #dd9911 #11dd99

Analogous Colors of #9911dd

#9911dd #dd11bb #3311dd

Monochromatic Colors of #9911dd

#9911dd

Complementary Color

#9911dd #55dd11

#9911dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9911dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9911dd Color CSS Codes

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

#9911dd Text Font Color

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

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


#9911dd Background Color

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

This div background color is #9911dd


#9911dd Border Color

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

This div border color is #9911dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9911dd


Comments

No comments written yet.

Please login to write comment.