Color Hex Logo

#8979da Color Hex

#8979DA
(137,121,218)
0 Favorites   0 Comments

Color spaces of #8979da

RGB 137121218
HSL0.690.570.66
HSV250°44°85°
CMYK 0.370.440.00   0.15
XYZ29.808824.055169.4017
Yxy24.05510.24180.1951
Hunter Lab49.046022.6569-49.5651
CIE-Lab56.142928.7468-47.7364

#8979da color RGB value is (137,121,218).

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

The process color (four color CMYK) of #8979da color hex is 0.37, 0.44, 0.00, 0.15. Web safe color of #8979da is #9966cc. Color #8979da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111001 11011010
Octal 211 171 332
Decimal 137 121 218
Hex 89 79 DA

RGB Percentages of Color #8979da

%28.78
%25.42
%45.80

CMYK Percentages of Color #8979da

%37
%44
%0
%15

Triadic Colors of #8979da

#8979da #da8979 #79da89

Analogous Colors of #8979da

#8979da #ba79da #799ada

Monochromatic Colors of #8979da

#8979da

Complementary Color

#8979da #cada79

#8979da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8979da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8979da Color CSS Codes

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

#8979da Text Font Color

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

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


#8979da Background Color

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

This div background color is #8979da


#8979da Border Color

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

This div border color is #8979da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8979da


Comments

No comments written yet.

Please login to write comment.