Color Hex Logo

#79057a Color Hex

#79057A
(121,5,122)
0 Favorites   0 Comments

Color spaces of #79057a

RGB 1215122
HSL0.830.920.25
HSV299°96°48°
CMYK 0.010.960.00   0.52
XYZ11.45235.578618.8855
Yxy5.57860.31890.1553
Hunter Lab23.619145.2169-30.8742
CIE-Lab28.323455.9079-35.1175

#79057a color RGB value is (121,5,122).

#79057a hex color red value is 121, green value is 5 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #79057a hue: 0.83 , saturation: 0.92 and the lightness value of 79057a is 0.25.

The process color (four color CMYK) of #79057a color hex is 0.01, 0.96, 0.00, 0.52. Web safe color of #79057a is #660066. Color #79057a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000101 01111010
Octal 171 5 172
Decimal 121 5 122
Hex 79 5 7A

RGB Percentages of Color #79057a

%48.79
%2.02
%49.19

CMYK Percentages of Color #79057a

%1
%96
%0
%52

Triadic Colors of #79057a

#79057a #7a7905 #057a79

Analogous Colors of #79057a

#79057a #7a0541 #3e057a

Monochromatic Colors of #79057a

#79057a

Complementary Color

#79057a #067a05

#79057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79057a Color CSS Codes

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

#79057a Text Font Color

<p style="color:#79057a">Text here</p>

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


#79057a Background Color

<div style="background-color:#79057a">
Div content here</div>

This div background color is #79057a


#79057a Border Color

<div style="border:3px solid #79057a">
Div here</div>

This div border color is #79057a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,5,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79057a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79057a;
  -webkit-box-shadow: 1px 1px 3px 2px #79057a;
  box-shadow:         1px 1px 3px 2px #79057a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79057a


Comments

No comments written yet.

Please login to write comment.