Color Hex Logo

#8979df Color Hex

#8979DF
(137,121,223)
0 Favorites   0 Comments

Color spaces of #8979df

RGB 137121223
HSL0.690.610.67
HSV249°46°87°
CMYK 0.390.460.00   0.13
XYZ30.473224.320872.9003
Yxy24.32080.23860.1905
Hunter Lab49.316123.9947-53.1226
CIE-Lab56.407630.1115-50.1251

#8979df color RGB value is (137,121,223).

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

The process color (four color CMYK) of #8979df color hex is 0.39, 0.46, 0.00, 0.13. Web safe color of #8979df is #9966cc. Color #8979df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111001 11011111
Octal 211 171 337
Decimal 137 121 223
Hex 89 79 DF

RGB Percentages of Color #8979df

%28.48
%25.16
%46.36

CMYK Percentages of Color #8979df

%39
%46
%0
%13

Triadic Colors of #8979df

#8979df #df8979 #79df89

Analogous Colors of #8979df

#8979df #bc79df #799cdf

Monochromatic Colors of #8979df

#8979df

Complementary Color

#8979df #cfdf79

#8979df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8979df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8979df Color CSS Codes

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

#8979df Text Font Color

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

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


#8979df Background Color

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

This div background color is #8979df


#8979df Border Color

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

This div border color is #8979df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8979df


Comments

No comments written yet.

Please login to write comment.