Color Hex Logo

#794088 Color Hex

#794088
(121,64,136)
0 Favorites   0 Comments

Color spaces of #794088

RGB 12164136
HSL0.800.360.39
HSV288°53°53°
CMYK 0.110.530.00   0.47
XYZ14.16259.509324.3816
Yxy9.50930.29470.1979
Hunter Lab30.837228.0142-25.2920
CIE-Lab36.946936.8565-30.1621

#794088 color RGB value is (121,64,136).

#794088 hex color red value is 121, green value is 64 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #794088 hue: 0.80 , saturation: 0.36 and the lightness value of 794088 is 0.39.

The process color (four color CMYK) of #794088 color hex is 0.11, 0.53, 0.00, 0.47. Web safe color of #794088 is #663399. Color #794088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000000 10001000
Octal 171 100 210
Decimal 121 64 136
Hex 79 40 88

RGB Percentages of Color #794088

%37.69
%19.94
%42.37

CMYK Percentages of Color #794088

%11
%53
%0
%47

Triadic Colors of #794088

#794088 #887940 #408879

Analogous Colors of #794088

#794088 #884073 #554088

Monochromatic Colors of #794088

#794088

Complementary Color

#794088 #4f8840

#794088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794088 Color CSS Codes

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

#794088 Text Font Color

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

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


#794088 Background Color

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

This div background color is #794088


#794088 Border Color

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

This div border color is #794088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794088


Comments

No comments written yet.

Please login to write comment.