Color Hex Logo

#9966ec Color Hex

#9966EC
(153,102,236)
0 Favorites   0 Comments

Color spaces of #9966ec

RGB 153102236
HSL0.730.780.66
HSV263°57°93°
CMYK 0.350.570.00   0.07
XYZ33.028622.331281.9264
Yxy22.33120.24060.1627
Hunter Lab47.255942.0613-69.7105
CIE-Lab54.376748.1755-60.5687

#9966ec color RGB value is (153,102,236).

#9966ec hex color red value is 153, green value is 102 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9966ec hue: 0.73 , saturation: 0.78 and the lightness value of 9966ec is 0.66.

The process color (four color CMYK) of #9966ec color hex is 0.35, 0.57, 0.00, 0.07. Web safe color of #9966ec is #9966ff. Color #9966ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 11101100
Octal 231 146 354
Decimal 153 102 236
Hex 99 66 EC

RGB Percentages of Color #9966ec

%31.16
%20.77
%48.07

CMYK Percentages of Color #9966ec

%35
%57
%0
%7

Triadic Colors of #9966ec

#9966ec #ec9966 #66ec99

Analogous Colors of #9966ec

#9966ec #dc66ec #6676ec

Monochromatic Colors of #9966ec

#9966ec

Complementary Color

#9966ec #b9ec66

#9966ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9966ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9966ec Color CSS Codes

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

#9966ec Text Font Color

<p style="color:#9966ec">Text here</p>

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


#9966ec Background Color

<div style="background-color:#9966ec">
Div content here</div>

This div background color is #9966ec


#9966ec Border Color

<div style="border:3px solid #9966ec">
Div here</div>

This div border color is #9966ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,102,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9966ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9966ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9966ec;
  box-shadow:         1px 1px 3px 2px #9966ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9966ec


Comments

No comments written yet.

Please login to write comment.