Color Hex Logo

#793351 Color Hex

#793351
(121,51,81)
0 Favorites   0 Comments

Color spaces of #793351

RGB 1215181
HSL0.930.410.34
HSV334°58°47°
CMYK 0.000.580.33   0.53
XYZ10.55427.02678.5846
Yxy7.02670.40340.2685
Hunter Lab26.507924.6814-0.6455
CIE-Lab31.867633.9991-3.2293

#793351 color RGB value is (121,51,81).

#793351 hex color red value is 121, green value is 51 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #793351 hue: 0.93 , saturation: 0.41 and the lightness value of 793351 is 0.34.

The process color (four color CMYK) of #793351 color hex is 0.00, 0.58, 0.33, 0.53. Web safe color of #793351 is #663366. Color #793351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110011 01010001
Octal 171 63 121
Decimal 121 51 81
Hex 79 33 51

RGB Percentages of Color #793351

%47.83
%20.16
%32.02

CMYK Percentages of Color #793351

%0
%58
%33
%53

Triadic Colors of #793351

#793351 #517933 #335179

Analogous Colors of #793351

#793351 #793833 #793374

Monochromatic Colors of #793351

#793351

Complementary Color

#793351 #33795b

#793351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793351 Color CSS Codes

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

#793351 Text Font Color

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

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


#793351 Background Color

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

This div background color is #793351


#793351 Border Color

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

This div border color is #793351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793351


Comments

No comments written yet.

Please login to write comment.