Color Hex Logo

#793860 Color Hex

#793860
(121,56,96)
0 Favorites   0 Comments

Color spaces of #793860

RGB 1215696
HSL0.900.370.35
HSV323°54°47°
CMYK 0.000.540.21   0.53
XYZ11.41077.737811.9585
Yxy7.73780.36680.2487
Hunter Lab27.816924.5425-6.0170
CIE-Lab33.430733.5941-10.5533

#793860 color RGB value is (121,56,96).

#793860 hex color red value is 121, green value is 56 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #793860 hue: 0.90 , saturation: 0.37 and the lightness value of 793860 is 0.35.

The process color (four color CMYK) of #793860 color hex is 0.00, 0.54, 0.21, 0.53. Web safe color of #793860 is #663366. Color #793860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111000 01100000
Octal 171 70 140
Decimal 121 56 96
Hex 79 38 60

RGB Percentages of Color #793860

%44.32
%20.51
%35.16

CMYK Percentages of Color #793860

%0
%54
%21
%53

Triadic Colors of #793860

#793860 #607938 #386079

Analogous Colors of #793860

#793860 #79383f #723879

Monochromatic Colors of #793860

#793860

Complementary Color

#793860 #387951

#793860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793860 Color CSS Codes

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

#793860 Text Font Color

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

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


#793860 Background Color

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

This div background color is #793860


#793860 Border Color

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

This div border color is #793860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793860


Comments

No comments written yet.

Please login to write comment.