Color Hex Logo

#795886 Color Hex

#795886
(121,88,134)
0 Favorites   0 Comments

Color spaces of #795886

RGB 12188134
HSL0.790.210.44
HSV283°34°53°
CMYK 0.100.340.00   0.47
XYZ15.678012.765624.1919
Yxy12.76560.29790.2425
Hunter Lab35.729015.8007-15.1347
CIE-Lab42.407922.4543-20.4309

#795886 color RGB value is (121,88,134).

#795886 hex color red value is 121, green value is 88 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #795886 hue: 0.79 , saturation: 0.21 and the lightness value of 795886 is 0.44.

The process color (four color CMYK) of #795886 color hex is 0.10, 0.34, 0.00, 0.47. Web safe color of #795886 is #666699. Color #795886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011000 10000110
Octal 171 130 206
Decimal 121 88 134
Hex 79 58 86

RGB Percentages of Color #795886

%35.28
%25.66
%39.07

CMYK Percentages of Color #795886

%10
%34
%0
%47

Triadic Colors of #795886

#795886 #867958 #588679

Analogous Colors of #795886

#795886 #86587c #625886

Monochromatic Colors of #795886

#795886

Complementary Color

#795886 #658658

#795886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795886 Color CSS Codes

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

#795886 Text Font Color

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

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


#795886 Background Color

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

This div background color is #795886


#795886 Border Color

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

This div border color is #795886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795886


Comments

No comments written yet.

Please login to write comment.