Color Hex Logo

#9684de Color Hex

#9684DE
(150,132,222)
0 Favorites   0 Comments

Color spaces of #9684de

RGB 150132222
HSL0.700.580.69
HSV252°41°87°
CMYK 0.320.410.00   0.13
XYZ34.013828.260572.7693
Yxy28.26050.25190.2093
Hunter Lab53.160621.1788-43.9471
CIE-Lab60.123426.8662-43.6137

#9684de color RGB value is (150,132,222).

#9684de hex color red value is 150, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9684de hue: 0.70 , saturation: 0.58 and the lightness value of 9684de is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000100 11011110
Octal 226 204 336
Decimal 150 132 222
Hex 96 84 DE

RGB Percentages of Color #9684de

%29.76
%26.19
%44.05

CMYK Percentages of Color #9684de

%32
%41
%0
%13

Triadic Colors of #9684de

#9684de #de9684 #84de96

Analogous Colors of #9684de

#9684de #c384de #849fde

Monochromatic Colors of #9684de

#9684de

Complementary Color

#9684de #ccde84

#9684de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9684de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9684de Color CSS Codes

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

#9684de Text Font Color

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

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


#9684de Background Color

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

This div background color is #9684de


#9684de Border Color

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

This div border color is #9684de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9684de


Comments

No comments written yet.

Please login to write comment.