Color Hex Logo

#8979bc Color Hex

#8979BC
(137,121,188)
0 Favorites   0 Comments

Color spaces of #8979bc

RGB 137121188
HSL0.710.330.61
HSV254°36°74°
CMYK 0.270.360.00   0.26
XYZ26.231022.623950.5613
Yxy22.62390.26390.2276
Hunter Lab47.564615.2015-29.7302
CIE-Lab54.682820.8661-33.0086

#8979bc color RGB value is (137,121,188).

#8979bc hex color red value is 137, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8979bc hue: 0.71 , saturation: 0.33 and the lightness value of 8979bc is 0.61.

The process color (four color CMYK) of #8979bc color hex is 0.27, 0.36, 0.00, 0.26. Web safe color of #8979bc is #9966cc. Color #8979bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111001 10111100
Octal 211 171 274
Decimal 137 121 188
Hex 89 79 BC

RGB Percentages of Color #8979bc

%30.72
%27.13
%42.15

CMYK Percentages of Color #8979bc

%27
%36
%0
%26

Triadic Colors of #8979bc

#8979bc #bc8979 #79bc89

Analogous Colors of #8979bc

#8979bc #ab79bc #798bbc

Monochromatic Colors of #8979bc

#8979bc

Complementary Color

#8979bc #acbc79

#8979bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8979bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8979bc Color CSS Codes

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

#8979bc Text Font Color

<p style="color:#8979bc">Text here</p>

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


#8979bc Background Color

<div style="background-color:#8979bc">
Div content here</div>

This div background color is #8979bc


#8979bc Border Color

<div style="border:3px solid #8979bc">
Div here</div>

This div border color is #8979bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,121,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8979bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8979bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8979bc;
  box-shadow:         1px 1px 3px 2px #8979bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8979bc


Comments

No comments written yet.

Please login to write comment.