Color Hex Logo

#79129e Color Hex

#79129E
(121,18,158)
0 Favorites   0 Comments

Color spaces of #79129e

RGB 12118158
HSL0.790.800.35
HSV284°89°62°
CMYK 0.230.890.00   0.38
XYZ14.27306.966232.9401
Yxy6.96620.26340.1286
Hunter Lab26.393650.3398-55.5205
CIE-Lab31.729860.0316-51.9687

#79129e color RGB value is (121,18,158).

#79129e hex color red value is 121, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #79129e hue: 0.79 , saturation: 0.80 and the lightness value of 79129e is 0.35.

The process color (four color CMYK) of #79129e color hex is 0.23, 0.89, 0.00, 0.38. Web safe color of #79129e is #660099. Color #79129e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010010 10011110
Octal 171 22 236
Decimal 121 18 158
Hex 79 12 9E

RGB Percentages of Color #79129e

%40.74
%6.06
%53.20

CMYK Percentages of Color #79129e

%23
%89
%0
%38

Triadic Colors of #79129e

#79129e #9e7912 #129e79

Analogous Colors of #79129e

#79129e #9e127d #33129e

Monochromatic Colors of #79129e

#79129e

Complementary Color

#79129e #379e12

#79129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79129e Color CSS Codes

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

#79129e Text Font Color

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

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


#79129e Background Color

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

This div background color is #79129e


#79129e Border Color

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

This div border color is #79129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79129e


Comments

No comments written yet.

Please login to write comment.