Color Hex Logo

#795799 Color Hex

#795799
(121,87,153)
0 Favorites   0 Comments

Color spaces of #795799

RGB 12187153
HSL0.750.280.47
HSV271°43°60°
CMYK 0.210.430.00   0.40
XYZ17.043113.181231.7830
Yxy13.18120.27490.2126
Hunter Lab36.305920.2579-26.4896
CIE-Lab43.035027.4896-30.8862

#795799 color RGB value is (121,87,153).

#795799 hex color red value is 121, green value is 87 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #795799 hue: 0.75 , saturation: 0.28 and the lightness value of 795799 is 0.47.

The process color (four color CMYK) of #795799 color hex is 0.21, 0.43, 0.00, 0.40. Web safe color of #795799 is #666699. Color #795799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010111 10011001
Octal 171 127 231
Decimal 121 87 153
Hex 79 57 99

RGB Percentages of Color #795799

%33.52
%24.10
%42.38

CMYK Percentages of Color #795799

%21
%43
%0
%40

Triadic Colors of #795799

#795799 #997957 #579979

Analogous Colors of #795799

#795799 #995798 #585799

Monochromatic Colors of #795799

#795799

Complementary Color

#795799 #779957

#795799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795799 Color CSS Codes

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

#795799 Text Font Color

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

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


#795799 Background Color

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

This div background color is #795799


#795799 Border Color

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

This div border color is #795799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795799


Comments

No comments written yet.

Please login to write comment.