Color Hex Logo

#8960dc Color Hex

#8960DC
(137,96,220)
0 Favorites   0 Comments

Color spaces of #8960dc

RGB 13796220
HSL0.720.640.62
HSV260°56°86°
CMYK 0.380.560.00   0.14
XYZ27.417718.851469.9038
Yxy18.85140.23600.1623
Hunter Lab43.418236.7372-65.0648
CIE-Lab50.512943.6767-57.8575

#8960dc color RGB value is (137,96,220).

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

The process color (four color CMYK) of #8960dc color hex is 0.38, 0.56, 0.00, 0.14. Web safe color of #8960dc is #9966cc. Color #8960dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 11011100
Octal 211 140 334
Decimal 137 96 220
Hex 89 60 DC

RGB Percentages of Color #8960dc

%30.24
%21.19
%48.57

CMYK Percentages of Color #8960dc

%38
%56
%0
%14

Triadic Colors of #8960dc

#8960dc #dc8960 #60dc89

Analogous Colors of #8960dc

#8960dc #c760dc #6075dc

Monochromatic Colors of #8960dc

#8960dc

Complementary Color

#8960dc #b3dc60

#8960dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8960dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8960dc Color CSS Codes

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

#8960dc Text Font Color

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

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


#8960dc Background Color

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

This div background color is #8960dc


#8960dc Border Color

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

This div border color is #8960dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8960dc


Comments

No comments written yet.

Please login to write comment.