Color Hex Logo

#790d4c Color Hex

#790D4C
(121,13,76)
0 Favorites   0 Comments

Color spaces of #790d4c

RGB 1211376
HSL0.900.810.26
HSV325°89°47°
CMYK 0.000.890.37   0.53
XYZ9.33364.87467.2864
Yxy4.87460.43420.2268
Hunter Lab22.078536.8228-4.1121
CIE-Lab26.374548.0298-8.1390

#790d4c color RGB value is (121,13,76).

#790d4c hex color red value is 121, green value is 13 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #790d4c hue: 0.90 , saturation: 0.81 and the lightness value of 790d4c is 0.26.

The process color (four color CMYK) of #790d4c color hex is 0.00, 0.89, 0.37, 0.53. Web safe color of #790d4c is #660033. Color #790d4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001101 01001100
Octal 171 15 114
Decimal 121 13 76
Hex 79 D 4C

RGB Percentages of Color #790d4c

%57.62
%6.19
%36.19

CMYK Percentages of Color #790d4c

%0
%89
%37
%53

Triadic Colors of #790d4c

#790d4c #4c790d #0d4c79

Analogous Colors of #790d4c

#790d4c #790d16 #700d79

Monochromatic Colors of #790d4c

#790d4c

Complementary Color

#790d4c #0d793a

#790d4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790d4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#790d4c Color CSS Codes

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

#790d4c Text Font Color

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

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


#790d4c Background Color

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

This div background color is #790d4c


#790d4c Border Color

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

This div border color is #790d4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,13,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #790d4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #790d4c;
  -webkit-box-shadow: 1px 1px 3px 2px #790d4c;
  box-shadow:         1px 1px 3px 2px #790d4c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790d4c


Comments

No comments written yet.

Please login to write comment.