Color Hex Logo

#8976dc Color Hex

#8976DC
(137,118,220)
0 Favorites   0 Comments

Color spaces of #8976dc

RGB 137118220
HSL0.700.590.66
HSV251°46°86°
CMYK 0.380.460.00   0.14
XYZ29.713223.442570.6690
Yxy23.44250.24000.1893
Hunter Lab48.417524.8127-52.6461
CIE-Lab55.525231.0457-49.8428

#8976dc color RGB value is (137,118,220).

#8976dc hex color red value is 137, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8976dc hue: 0.70 , saturation: 0.59 and the lightness value of 8976dc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110110 11011100
Octal 211 166 334
Decimal 137 118 220
Hex 89 76 DC

RGB Percentages of Color #8976dc

%28.84
%24.84
%46.32

CMYK Percentages of Color #8976dc

%38
%46
%0
%14

Triadic Colors of #8976dc

#8976dc #dc8976 #76dc89

Analogous Colors of #8976dc

#8976dc #bc76dc #7696dc

Monochromatic Colors of #8976dc

#8976dc

Complementary Color

#8976dc #c9dc76

#8976dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8976dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8976dc Color CSS Codes

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

#8976dc Text Font Color

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

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


#8976dc Background Color

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

This div background color is #8976dc


#8976dc Border Color

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

This div border color is #8976dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,118,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 #8976dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8976dc


Comments

No comments written yet.

Please login to write comment.