Color Hex Logo

#794cc0 Color Hex

#794CC0
(121,76,192)
0 Favorites   0 Comments

Color spaces of #794cc0

RGB 12176192
HSL0.730.480.53
HSV263°60°75°
CMYK 0.370.600.00   0.25
XYZ19.984013.039651.3328
Yxy13.03960.23690.1546
Hunter Lab36.110435.5913-59.0066
CIE-Lab42.822943.7690-54.2405

#794cc0 color RGB value is (121,76,192).

#794cc0 hex color red value is 121, green value is 76 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #794cc0 hue: 0.73 , saturation: 0.48 and the lightness value of 794cc0 is 0.53.

The process color (four color CMYK) of #794cc0 color hex is 0.37, 0.60, 0.00, 0.25. Web safe color of #794cc0 is #6633cc. Color #794cc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 11000000
Octal 171 114 300
Decimal 121 76 192
Hex 79 4C C0

RGB Percentages of Color #794cc0

%31.11
%19.54
%49.36

CMYK Percentages of Color #794cc0

%37
%60
%0
%25

Triadic Colors of #794cc0

#794cc0 #c0794c #4cc079

Analogous Colors of #794cc0

#794cc0 #b34cc0 #4c59c0

Monochromatic Colors of #794cc0

#794cc0

Complementary Color

#794cc0 #93c04c

#794cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cc0 Color CSS Codes

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

#794cc0 Text Font Color

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

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


#794cc0 Background Color

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

This div background color is #794cc0


#794cc0 Border Color

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

This div border color is #794cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cc0


Comments

No comments written yet.

Please login to write comment.