Color Hex Logo

#9907cc Color Hex

#9907CC
(153,7,204)
0 Favorites   0 Comments

Color spaces of #9907cc

RGB 1537204
HSL0.790.930.41
HSV284°97°80°
CMYK 0.250.970.00   0.20
XYZ24.111911.283958.0339
Yxy11.28390.25810.1208
Hunter Lab33.591569.3417-78.9175
CIE-Lab40.054674.9053-65.5117

#9907cc color RGB value is (153,7,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000111 11001100
Octal 231 7 314
Decimal 153 7 204
Hex 99 7 CC

RGB Percentages of Color #9907cc

%42.03
%1.92
%56.04

CMYK Percentages of Color #9907cc

%25
%97
%0
%20

Triadic Colors of #9907cc

#9907cc #cc9907 #07cc99

Analogous Colors of #9907cc

#9907cc #cc079d #3707cc

Monochromatic Colors of #9907cc

#9907cc

Complementary Color

#9907cc #3acc07

#9907cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9907cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9907cc Color CSS Codes

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

#9907cc Text Font Color

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

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


#9907cc Background Color

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

This div background color is #9907cc


#9907cc Border Color

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

This div border color is #9907cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9907cc


Comments

No comments written yet.

Please login to write comment.