Color Hex Logo

#8966ce Color Hex

#8966CE
(137,102,206)
0 Favorites   0 Comments

Color spaces of #8966ce

RGB 137102206
HSL0.720.510.60
HSV260°50°81°
CMYK 0.330.500.00   0.19
XYZ26.208519.277360.7321
Yxy19.27730.24670.1815
Hunter Lab43.905929.7156-51.2777
CIE-Lab51.010136.6037-49.0981

#8966ce color RGB value is (137,102,206).

#8966ce hex color red value is 137, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8966ce hue: 0.72 , saturation: 0.51 and the lightness value of 8966ce is 0.60.

The process color (four color CMYK) of #8966ce color hex is 0.33, 0.50, 0.00, 0.19. Web safe color of #8966ce is #9966cc. Color #8966ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100110 11001110
Octal 211 146 316
Decimal 137 102 206
Hex 89 66 CE

RGB Percentages of Color #8966ce

%30.79
%22.92
%46.29

CMYK Percentages of Color #8966ce

%33
%50
%0
%19

Triadic Colors of #8966ce

#8966ce #ce8966 #66ce89

Analogous Colors of #8966ce

#8966ce #bd66ce #6677ce

Monochromatic Colors of #8966ce

#8966ce

Complementary Color

#8966ce #abce66

#8966ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8966ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8966ce Color CSS Codes

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

#8966ce Text Font Color

<p style="color:#8966ce">Text here</p>

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


#8966ce Background Color

<div style="background-color:#8966ce">
Div content here</div>

This div background color is #8966ce


#8966ce Border Color

<div style="border:3px solid #8966ce">
Div here</div>

This div border color is #8966ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,102,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8966ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8966ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8966ce;
  box-shadow:         1px 1px 3px 2px #8966ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8966ce


Comments

No comments written yet.

Please login to write comment.