Color Hex Logo

#79426b Color Hex

#79426B
(121,66,107)
0 Favorites   0 Comments

Color spaces of #79426b

RGB 12166107
HSL0.880.290.37
HSV315°45°47°
CMYK 0.000.450.12   0.53
XYZ12.48729.022914.9934
Yxy9.02290.34210.2472
Hunter Lab30.038121.6377-8.5676
CIE-Lab36.028329.9223-13.5745

#79426b color RGB value is (121,66,107).

#79426b hex color red value is 121, green value is 66 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #79426b hue: 0.88 , saturation: 0.29 and the lightness value of 79426b is 0.37.

The process color (four color CMYK) of #79426b color hex is 0.00, 0.45, 0.12, 0.53. Web safe color of #79426b is #663366. Color #79426b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000010 01101011
Octal 171 102 153
Decimal 121 66 107
Hex 79 42 6B

RGB Percentages of Color #79426b

%41.16
%22.45
%36.39

CMYK Percentages of Color #79426b

%0
%45
%12
%53

Triadic Colors of #79426b

#79426b #6b7942 #426b79

Analogous Colors of #79426b

#79426b #794250 #6c4279

Monochromatic Colors of #79426b

#79426b

Complementary Color

#79426b #427950

#79426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79426b Color CSS Codes

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

#79426b Text Font Color

<p style="color:#79426b">Text here</p>

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


#79426b Background Color

<div style="background-color:#79426b">
Div content here</div>

This div background color is #79426b


#79426b Border Color

<div style="border:3px solid #79426b">
Div here</div>

This div border color is #79426b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,66,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79426b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79426b;
  -webkit-box-shadow: 1px 1px 3px 2px #79426b;
  box-shadow:         1px 1px 3px 2px #79426b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79426b


Comments

No comments written yet.

Please login to write comment.