Color Hex Logo

#8976bf Color Hex

#8976BF
(137,118,191)
0 Favorites   0 Comments

Color spaces of #8976bf

RGB 137118191
HSL0.710.360.61
HSV256°38°75°
CMYK 0.280.380.00   0.25
XYZ26.198922.036852.1629
Yxy22.03680.26090.2195
Hunter Lab46.943417.4692-33.0220
CIE-Lab54.066023.3918-35.6903

#8976bf color RGB value is (137,118,191).

#8976bf hex color red value is 137, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8976bf hue: 0.71 , saturation: 0.36 and the lightness value of 8976bf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110110 10111111
Octal 211 166 277
Decimal 137 118 191
Hex 89 76 BF

RGB Percentages of Color #8976bf

%30.72
%26.46
%42.83

CMYK Percentages of Color #8976bf

%28
%38
%0
%25

Triadic Colors of #8976bf

#8976bf #bf8976 #76bf89

Analogous Colors of #8976bf

#8976bf #ae76bf #7688bf

Monochromatic Colors of #8976bf

#8976bf

Complementary Color

#8976bf #acbf76

#8976bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8976bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8976bf Color CSS Codes

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

#8976bf Text Font Color

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

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


#8976bf Background Color

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

This div background color is #8976bf


#8976bf Border Color

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

This div border color is #8976bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8976bf


Comments

No comments written yet.

Please login to write comment.