Color Hex Logo

#79749d Color Hex

#79749D
(121,116,157)
0 Favorites   0 Comments

Color spaces of #79749d

RGB 121116157
HSL0.690.170.54
HSV247°26°62°
CMYK 0.230.260.00   0.38
XYZ20.216418.990134.4982
Yxy18.99010.27430.2577
Hunter Lab43.57766.5483-16.4325
CIE-Lab50.675611.0690-21.3879

#79749d color RGB value is (121,116,157).

#79749d hex color red value is 121, green value is 116 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #79749d hue: 0.69 , saturation: 0.17 and the lightness value of 79749d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110100 10011101
Octal 171 164 235
Decimal 121 116 157
Hex 79 74 9D

RGB Percentages of Color #79749d

%30.71
%29.44
%39.85

CMYK Percentages of Color #79749d

%23
%26
%0
%38

Triadic Colors of #79749d

#79749d #9d7974 #749d79

Analogous Colors of #79749d

#79749d #8e749d #74849d

Monochromatic Colors of #79749d

#79749d

Complementary Color

#79749d #989d74

#79749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79749d Color CSS Codes

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

#79749d Text Font Color

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

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


#79749d Background Color

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

This div background color is #79749d


#79749d Border Color

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

This div border color is #79749d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,116,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 #79749d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79749d


Comments

No comments written yet.

Please login to write comment.