Color Hex Logo

#9680de Color Hex

#9680DE
(150,128,222)
0 Favorites   0 Comments

Color spaces of #9680de

RGB 150128222
HSL0.710.590.69
HSV254°42°87°
CMYK 0.320.420.00   0.13
XYZ33.481727.196372.5920
Yxy27.19630.25120.2041
Hunter Lab52.150123.3390-46.0256
CIE-Lab59.155629.1768-45.1402

#9680de color RGB value is (150,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 11011110
Octal 226 200 336
Decimal 150 128 222
Hex 96 80 DE

RGB Percentages of Color #9680de

%30.00
%25.60
%44.40

CMYK Percentages of Color #9680de

%32
%42
%0
%13

Triadic Colors of #9680de

#9680de #de9680 #80de96

Analogous Colors of #9680de

#9680de #c580de #8099de

Monochromatic Colors of #9680de

#9680de

Complementary Color

#9680de #c8de80

#9680de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9680de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9680de Color CSS Codes

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

#9680de Text Font Color

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

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


#9680de Background Color

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

This div background color is #9680de


#9680de Border Color

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

This div border color is #9680de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9680de

#9680de Color Palettes


Comments

No comments written yet.

Please login to write comment.