Color Hex Logo

#79078c Color Hex

#79078C
(121,7,140)
0 Favorites   0 Comments

Color spaces of #79078c

RGB 1217140
HSL0.810.900.29
HSV291°95°55°
CMYK 0.140.950.00   0.45
XYZ12.69486.110425.3213
Yxy6.11040.28770.1385
Hunter Lab24.719248.4118-43.4306
CIE-Lab29.689358.6467-44.2160

#79078c color RGB value is (121,7,140).

#79078c hex color red value is 121, green value is 7 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #79078c hue: 0.81 , saturation: 0.90 and the lightness value of 79078c is 0.29.

The process color (four color CMYK) of #79078c color hex is 0.14, 0.95, 0.00, 0.45. Web safe color of #79078c is #660099. Color #79078c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000111 10001100
Octal 171 7 214
Decimal 121 7 140
Hex 79 7 8C

RGB Percentages of Color #79078c

%45.15
%2.61
%52.24

CMYK Percentages of Color #79078c

%14
%95
%0
%45

Triadic Colors of #79078c

#79078c #8c7907 #078c79

Analogous Colors of #79078c

#79078c #8c075d #37078c

Monochromatic Colors of #79078c

#79078c

Complementary Color

#79078c #1a8c07

#79078c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79078c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79078c Color CSS Codes

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

#79078c Text Font Color

<p style="color:#79078c">Text here</p>

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


#79078c Background Color

<div style="background-color:#79078c">
Div content here</div>

This div background color is #79078c


#79078c Border Color

<div style="border:3px solid #79078c">
Div here</div>

This div border color is #79078c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,7,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79078c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79078c;
  -webkit-box-shadow: 1px 1px 3px 2px #79078c;
  box-shadow:         1px 1px 3px 2px #79078c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79078c


Comments

No comments written yet.

Please login to write comment.