Color Hex Logo

#9908cc Color Hex

#9908CC
(153,8,204)
0 Favorites   0 Comments

Color spaces of #9908cc

RGB 1538204
HSL0.790.920.42
HSV284°96°80°
CMYK 0.250.960.00   0.20
XYZ24.122811.305658.0375
Yxy11.30560.25810.1210
Hunter Lab33.623869.2200-78.8029
CIE-Lab40.090574.7983-65.4532

#9908cc color RGB value is (153,8,204).

#9908cc hex color red value is 153, green value is 8 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9908cc hue: 0.79 , saturation: 0.92 and the lightness value of 9908cc is 0.42.

The process color (four color CMYK) of #9908cc color hex is 0.25, 0.96, 0.00, 0.20. Web safe color of #9908cc is #9900cc. Color #9908cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001000 11001100
Octal 231 10 314
Decimal 153 8 204
Hex 99 8 CC

RGB Percentages of Color #9908cc

%41.92
%2.19
%55.89

CMYK Percentages of Color #9908cc

%25
%96
%0
%20

Triadic Colors of #9908cc

#9908cc #cc9908 #08cc99

Analogous Colors of #9908cc

#9908cc #cc089d #3708cc

Monochromatic Colors of #9908cc

#9908cc

Complementary Color

#9908cc #3bcc08

#9908cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9908cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9908cc Color CSS Codes

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

#9908cc Text Font Color

<p style="color:#9908cc">Text here</p>

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


#9908cc Background Color

<div style="background-color:#9908cc">
Div content here</div>

This div background color is #9908cc


#9908cc Border Color

<div style="border:3px solid #9908cc">
Div here</div>

This div border color is #9908cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,8,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9908cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9908cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9908cc;
  box-shadow:         1px 1px 3px 2px #9908cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9908cc


Comments

No comments written yet.

Please login to write comment.