Color Hex Logo

#794fcc Color Hex

#794FCC
(121,79,204)
0 Favorites   0 Comments

Color spaces of #794fcc

RGB 12179204
HSL0.720.550.55
HSV260°61°80°
CMYK 0.410.610.00   0.20
XYZ21.580214.016558.6948
Yxy14.01650.22890.1487
Hunter Lab37.438637.3726-66.7455
CIE-Lab44.256645.3032-58.8801

#794fcc color RGB value is (121,79,204).

#794fcc hex color red value is 121, green value is 79 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #794fcc hue: 0.72 , saturation: 0.55 and the lightness value of 794fcc is 0.55.

The process color (four color CMYK) of #794fcc color hex is 0.41, 0.61, 0.00, 0.20. Web safe color of #794fcc is #6666cc. Color #794fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001111 11001100
Octal 171 117 314
Decimal 121 79 204
Hex 79 4F CC

RGB Percentages of Color #794fcc

%29.95
%19.55
%50.50

CMYK Percentages of Color #794fcc

%41
%61
%0
%20

Triadic Colors of #794fcc

#794fcc #cc794f #4fcc79

Analogous Colors of #794fcc

#794fcc #b84fcc #4f64cc

Monochromatic Colors of #794fcc

#794fcc

Complementary Color

#794fcc #a2cc4f

#794fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#794fcc Color CSS Codes

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

#794fcc Text Font Color

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

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


#794fcc Background Color

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

This div background color is #794fcc


#794fcc Border Color

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

This div border color is #794fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,79,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #794fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #794fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #794fcc;
  box-shadow:         1px 1px 3px 2px #794fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794fcc


Comments

No comments written yet.

Please login to write comment.