Color Hex Logo

#79097e Color Hex

#79097E
(121,9,126)
1 Favorites   0 Comments

Color spaces of #79097e

RGB 1219126
HSL0.830.870.26
HSV297°93°49°
CMYK 0.040.930.00   0.51
XYZ11.74875.766720.2325
Yxy5.76670.31120.1528
Hunter Lab24.014045.3058-33.1439
CIE-Lab28.816155.8967-36.8592

#79097e color RGB value is (121,9,126).

#79097e hex color red value is 121, green value is 9 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #79097e hue: 0.83 , saturation: 0.87 and the lightness value of 79097e is 0.26.

The process color (four color CMYK) of #79097e color hex is 0.04, 0.93, 0.00, 0.51. Web safe color of #79097e is #660066. Color #79097e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001001 01111110
Octal 171 11 176
Decimal 121 9 126
Hex 79 9 7E

RGB Percentages of Color #79097e

%47.27
%3.52
%49.22

CMYK Percentages of Color #79097e

%4
%93
%0
%51

Triadic Colors of #79097e

#79097e #7e7909 #097e79

Analogous Colors of #79097e

#79097e #7e0949 #3e097e

Monochromatic Colors of #79097e

#79097e

Complementary Color

#79097e #0e7e09

#79097e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79097e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79097e Color CSS Codes

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

#79097e Text Font Color

<p style="color:#79097e">Text here</p>

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


#79097e Background Color

<div style="background-color:#79097e">
Div content here</div>

This div background color is #79097e


#79097e Border Color

<div style="border:3px solid #79097e">
Div here</div>

This div border color is #79097e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,9,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79097e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79097e;
  -webkit-box-shadow: 1px 1px 3px 2px #79097e;
  box-shadow:         1px 1px 3px 2px #79097e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79097e


Comments

No comments written yet.

Please login to write comment.