Color Hex Logo

#79137d Color Hex

#79137D
(121,19,125)
0 Favorites   0 Comments

Color spaces of #79137d

RGB 12119125
HSL0.830.740.28
HSV298°85°49°
CMYK 0.030.850.00   0.51
XYZ11.81976.011419.9394
Yxy6.01140.31290.1592
Hunter Lab24.518243.1444-31.0549
CIE-Lab29.441253.7029-35.2275

#79137d color RGB value is (121,19,125).

#79137d hex color red value is 121, green value is 19 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #79137d hue: 0.83 , saturation: 0.74 and the lightness value of 79137d is 0.28.

The process color (four color CMYK) of #79137d color hex is 0.03, 0.85, 0.00, 0.51. Web safe color of #79137d is #660066. Color #79137d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010011 01111101
Octal 171 23 175
Decimal 121 19 125
Hex 79 13 7D

RGB Percentages of Color #79137d

%45.66
%7.17
%47.17

CMYK Percentages of Color #79137d

%3
%85
%0
%51

Triadic Colors of #79137d

#79137d #7d7913 #137d79

Analogous Colors of #79137d

#79137d #7d134c #44137d

Monochromatic Colors of #79137d

#79137d

Complementary Color

#79137d #177d13

#79137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79137d Color CSS Codes

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

#79137d Text Font Color

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

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


#79137d Background Color

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

This div background color is #79137d


#79137d Border Color

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

This div border color is #79137d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,19,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79137d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79137d;
  -webkit-box-shadow: 1px 1px 3px 2px #79137d;
  box-shadow:         1px 1px 3px 2px #79137d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79137d


Comments

No comments written yet.

Please login to write comment.