Color Hex Logo

#795691 Color Hex

#795691
(121,86,145)
0 Favorites   0 Comments

Color spaces of #795691

RGB 12186145
HSL0.770.260.45
HSV276°41°57°
CMYK 0.170.410.00   0.43
XYZ16.323812.764928.3916
Yxy12.76490.28400.2221
Hunter Lab35.728019.0310-22.1058
CIE-Lab42.406926.1735-27.0718

#795691 color RGB value is (121,86,145).

#795691 hex color red value is 121, green value is 86 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #795691 hue: 0.77 , saturation: 0.26 and the lightness value of 795691 is 0.45.

The process color (four color CMYK) of #795691 color hex is 0.17, 0.41, 0.00, 0.43. Web safe color of #795691 is #666699. Color #795691 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010110 10010001
Octal 171 126 221
Decimal 121 86 145
Hex 79 56 91

RGB Percentages of Color #795691

%34.38
%24.43
%41.19

CMYK Percentages of Color #795691

%17
%41
%0
%43

Triadic Colors of #795691

#795691 #917956 #569179

Analogous Colors of #795691

#795691 #91568c #5c5691

Monochromatic Colors of #795691

#795691

Complementary Color

#795691 #6e9156

#795691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795691 Color CSS Codes

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

#795691 Text Font Color

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

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


#795691 Background Color

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

This div background color is #795691


#795691 Border Color

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

This div border color is #795691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795691


Comments

No comments written yet.

Please login to write comment.