Color Hex Logo

#9664de Color Hex

#9664DE
(150,100,222)
0 Favorites   0 Comments

Color spaces of #9664de

RGB 150100222
HSL0.730.650.63
HSV265°55°87°
CMYK 0.320.550.00   0.13
XYZ30.319720.872371.5380
Yxy20.87230.24700.1701
Hunter Lab45.686238.5108-60.8592
CIE-Lab52.809545.0450-55.2320

#9664de color RGB value is (150,100,222).

#9664de hex color red value is 150, green value is 100 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9664de hue: 0.73 , saturation: 0.65 and the lightness value of 9664de is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100100 11011110
Octal 226 144 336
Decimal 150 100 222
Hex 96 64 DE

RGB Percentages of Color #9664de

%31.78
%21.19
%47.03

CMYK Percentages of Color #9664de

%32
%55
%0
%13

Triadic Colors of #9664de

#9664de #de9664 #64de96

Analogous Colors of #9664de

#9664de #d364de #646fde

Monochromatic Colors of #9664de

#9664de

Complementary Color

#9664de #acde64

#9664de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9664de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9664de Color CSS Codes

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

#9664de Text Font Color

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

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


#9664de Background Color

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

This div background color is #9664de


#9664de Border Color

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

This div border color is #9664de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,100,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 #9664de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9664de


Comments

No comments written yet.

Please login to write comment.