Color Hex Logo

#79135d Color Hex

#79135D
(121,19,93)
0 Favorites   0 Comments

Color spaces of #79135d

RGB 1211993
HSL0.880.730.27
HSV316°84°47°
CMYK 0.000.840.23   0.53
XYZ10.09385.321010.8510
Yxy5.32100.38430.2026
Hunter Lab23.067337.7404-11.7433
CIE-Lab27.630448.7164-17.5008

#79135d color RGB value is (121,19,93).

#79135d hex color red value is 121, green value is 19 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #79135d hue: 0.88 , saturation: 0.73 and the lightness value of 79135d is 0.27.

The process color (four color CMYK) of #79135d color hex is 0.00, 0.84, 0.23, 0.53. Web safe color of #79135d is #660066. Color #79135d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010011 01011101
Octal 171 23 135
Decimal 121 19 93
Hex 79 13 5D

RGB Percentages of Color #79135d

%51.93
%8.15
%39.91

CMYK Percentages of Color #79135d

%0
%84
%23
%53

Triadic Colors of #79135d

#79135d #5d7913 #135d79

Analogous Colors of #79135d

#79135d #79132a #621379

Monochromatic Colors of #79135d

#79135d

Complementary Color

#79135d #13792f

#79135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79135d Color CSS Codes

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

#79135d Text Font Color

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

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


#79135d Background Color

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

This div background color is #79135d


#79135d Border Color

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

This div border color is #79135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79135d


Comments

No comments written yet.

Please login to write comment.