Color Hex Logo

#792072 Color Hex

#792072
(121,32,114)
0 Favorites   0 Comments

Color spaces of #792072

RGB 12132114
HSL0.850.580.30
HSV305°74°47°
CMYK 0.000.740.06   0.53
XYZ11.43896.312916.5352
Yxy6.31290.33360.1841
Hunter Lab25.125537.2962-21.4312
CIE-Lab30.188547.7721-27.0684

#792072 color RGB value is (121,32,114).

#792072 hex color red value is 121, green value is 32 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #792072 hue: 0.85 , saturation: 0.58 and the lightness value of 792072 is 0.30.

The process color (four color CMYK) of #792072 color hex is 0.00, 0.74, 0.06, 0.53. Web safe color of #792072 is #663366. Color #792072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100000 01110010
Octal 171 40 162
Decimal 121 32 114
Hex 79 20 72

RGB Percentages of Color #792072

%45.32
%11.99
%42.70

CMYK Percentages of Color #792072

%0
%74
%6
%53

Triadic Colors of #792072

#792072 #727920 #207279

Analogous Colors of #792072

#792072 #792046 #532079

Monochromatic Colors of #792072

#792072

Complementary Color

#792072 #207927

#792072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#792072 Color CSS Codes

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

#792072 Text Font Color

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

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


#792072 Background Color

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

This div background color is #792072


#792072 Border Color

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

This div border color is #792072


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,32,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #792072; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #792072;
  -webkit-box-shadow: 1px 1px 3px 2px #792072;
  box-shadow:         1px 1px 3px 2px #792072; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792072


Comments

No comments written yet.

Please login to write comment.