Color Hex Logo

#79719d Color Hex

#79719D
(121,113,157)
0 Favorites   0 Comments

Color spaces of #79719d

RGB 121113157
HSL0.700.180.53
HSV251°28°62°
CMYK 0.230.280.00   0.38
XYZ19.876118.309534.3848
Yxy18.30950.27390.2523
Hunter Lab42.78968.0328-17.6914
CIE-Lab49.869412.8601-22.6285

#79719d color RGB value is (121,113,157).

#79719d hex color red value is 121, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #79719d hue: 0.70 , saturation: 0.18 and the lightness value of 79719d is 0.53.

The process color (four color CMYK) of #79719d color hex is 0.23, 0.28, 0.00, 0.38. Web safe color of #79719d is #666699. Color #79719d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110001 10011101
Octal 171 161 235
Decimal 121 113 157
Hex 79 71 9D

RGB Percentages of Color #79719d

%30.95
%28.90
%40.15

CMYK Percentages of Color #79719d

%23
%28
%0
%38

Triadic Colors of #79719d

#79719d #9d7971 #719d79

Analogous Colors of #79719d

#79719d #8f719d #717f9d

Monochromatic Colors of #79719d

#79719d

Complementary Color

#79719d #959d71

#79719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79719d Color CSS Codes

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

#79719d Text Font Color

<p style="color:#79719d">Text here</p>

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


#79719d Background Color

<div style="background-color:#79719d">
Div content here</div>

This div background color is #79719d


#79719d Border Color

<div style="border:3px solid #79719d">
Div here</div>

This div border color is #79719d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,113,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79719d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79719d;
  -webkit-box-shadow: 1px 1px 3px 2px #79719d;
  box-shadow:         1px 1px 3px 2px #79719d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79719d


Comments

No comments written yet.

Please login to write comment.