Color Hex Logo

#792989 Color Hex

#792989
(121,41,137)
0 Favorites   0 Comments

Color spaces of #792989

RGB 12141137
HSL0.810.540.35
HSV290°70°54°
CMYK 0.120.700.00   0.46
XYZ13.19357.457024.4109
Yxy7.45700.29280.1655
Hunter Lab27.307538.4533-33.8856
CIE-Lab32.825448.4328-37.3168

#792989 color RGB value is (121,41,137).

#792989 hex color red value is 121, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #792989 hue: 0.81 , saturation: 0.54 and the lightness value of 792989 is 0.35.

The process color (four color CMYK) of #792989 color hex is 0.12, 0.70, 0.00, 0.46. Web safe color of #792989 is #663399. Color #792989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101001 10001001
Octal 171 51 211
Decimal 121 41 137
Hex 79 29 89

RGB Percentages of Color #792989

%40.47
%13.71
%45.82

CMYK Percentages of Color #792989

%12
%70
%0
%46

Triadic Colors of #792989

#792989 #897929 #298979

Analogous Colors of #792989

#792989 #892969 #492989

Monochromatic Colors of #792989

#792989

Complementary Color

#792989 #398929

#792989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#792989 Color CSS Codes

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

#792989 Text Font Color

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

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


#792989 Background Color

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

This div background color is #792989


#792989 Border Color

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

This div border color is #792989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792989


Comments

No comments written yet.

Please login to write comment.