Color Hex Logo

#9666cd Color Hex

#9666CD
(150,102,205)
0 Favorites   0 Comments

Color spaces of #9666cd

RGB 150102205
HSL0.740.510.60
HSV268°50°80°
CMYK 0.270.500.00   0.20
XYZ28.348520.394660.2000
Yxy20.39460.26020.1872
Hunter Lab45.160433.0190-47.4229
CIE-Lab52.280539.7550-46.4256

#9666cd color RGB value is (150,102,205).

#9666cd hex color red value is 150, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9666cd hue: 0.74 , saturation: 0.51 and the lightness value of 9666cd is 0.60.

The process color (four color CMYK) of #9666cd color hex is 0.27, 0.50, 0.00, 0.20. Web safe color of #9666cd is #9966cc. Color #9666cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100110 11001101
Octal 226 146 315
Decimal 150 102 205
Hex 96 66 CD

RGB Percentages of Color #9666cd

%32.82
%22.32
%44.86

CMYK Percentages of Color #9666cd

%27
%50
%0
%20

Triadic Colors of #9666cd

#9666cd #cd9666 #66cd96

Analogous Colors of #9666cd

#9666cd #ca66cd #666acd

Monochromatic Colors of #9666cd

#9666cd

Complementary Color

#9666cd #9dcd66

#9666cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9666cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9666cd Color CSS Codes

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

#9666cd Text Font Color

<p style="color:#9666cd">Text here</p>

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


#9666cd Background Color

<div style="background-color:#9666cd">
Div content here</div>

This div background color is #9666cd


#9666cd Border Color

<div style="border:3px solid #9666cd">
Div here</div>

This div border color is #9666cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,102,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9666cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9666cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9666cd;
  box-shadow:         1px 1px 3px 2px #9666cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9666cd


Comments

No comments written yet.

Please login to write comment.