Color Hex Logo

#8960df Color Hex

#8960DF
(137,96,223)
0 Favorites   0 Comments

Color spaces of #8960df

RGB 13796223
HSL0.720.660.63
HSV259°57°87°
CMYK 0.390.570.00   0.13
XYZ27.818719.011872.0155
Yxy19.01180.23410.1600
Hunter Lab43.602537.5798-67.4037
CIE-Lab50.701044.4687-59.2533

#8960df color RGB value is (137,96,223).

#8960df hex color red value is 137, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8960df hue: 0.72 , saturation: 0.66 and the lightness value of 8960df is 0.63.

The process color (four color CMYK) of #8960df color hex is 0.39, 0.57, 0.00, 0.13. Web safe color of #8960df is #9966cc. Color #8960df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 11011111
Octal 211 140 337
Decimal 137 96 223
Hex 89 60 DF

RGB Percentages of Color #8960df

%30.04
%21.05
%48.90

CMYK Percentages of Color #8960df

%39
%57
%0
%13

Triadic Colors of #8960df

#8960df #df8960 #60df89

Analogous Colors of #8960df

#8960df #c960df #6077df

Monochromatic Colors of #8960df

#8960df

Complementary Color

#8960df #b6df60

#8960df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8960df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8960df Color CSS Codes

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

#8960df Text Font Color

<p style="color:#8960df">Text here</p>

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


#8960df Background Color

<div style="background-color:#8960df">
Div content here</div>

This div background color is #8960df


#8960df Border Color

<div style="border:3px solid #8960df">
Div here</div>

This div border color is #8960df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,96,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8960df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8960df;
  -webkit-box-shadow: 1px 1px 3px 2px #8960df;
  box-shadow:         1px 1px 3px 2px #8960df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,96,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8960df


Comments

No comments written yet.

Please login to write comment.