Color Hex Logo

#9966de Color Hex

#9966DE
(153,102,222)
0 Favorites   0 Comments

Color spaces of #9966de

RGB 153102222
HSL0.740.650.64
HSV266°54°87°
CMYK 0.310.540.00   0.13
XYZ31.073121.549071.6289
Yxy21.54900.25010.1734
Hunter Lab46.420938.2473-58.9917
CIE-Lab53.545244.6804-54.0372

#9966de color RGB value is (153,102,222).

#9966de hex color red value is 153, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9966de hue: 0.74 , saturation: 0.65 and the lightness value of 9966de is 0.64.

The process color (four color CMYK) of #9966de color hex is 0.31, 0.54, 0.00, 0.13. Web safe color of #9966de is #9966cc. Color #9966de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 11011110
Octal 231 146 336
Decimal 153 102 222
Hex 99 66 DE

RGB Percentages of Color #9966de

%32.08
%21.38
%46.54

CMYK Percentages of Color #9966de

%31
%54
%0
%13

Triadic Colors of #9966de

#9966de #de9966 #66de99

Analogous Colors of #9966de

#9966de #d566de #666fde

Monochromatic Colors of #9966de

#9966de

Complementary Color

#9966de #abde66

#9966de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9966de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9966de Color CSS Codes

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

#9966de Text Font Color

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

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


#9966de Background Color

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

This div background color is #9966de


#9966de Border Color

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

This div border color is #9966de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9966de


Comments

No comments written yet.

Please login to write comment.