Color Hex Logo

#794cbc Color Hex

#794CBC
(121,76,188)
0 Favorites   0 Comments

Color spaces of #794cbc

RGB 12176188
HSL0.730.460.52
HSV264°60°74°
CMYK 0.360.600.00   0.26
XYZ19.546712.864749.0299
Yxy12.86470.24000.1580
Hunter Lab35.867434.5094-55.9409
CIE-Lab42.558742.7231-52.3326

#794cbc color RGB value is (121,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 10111100
Octal 171 114 274
Decimal 121 76 188
Hex 79 4C BC

RGB Percentages of Color #794cbc

%31.43
%19.74
%48.83

CMYK Percentages of Color #794cbc

%36
%60
%0
%26

Triadic Colors of #794cbc

#794cbc #bc794c #4cbc79

Analogous Colors of #794cbc

#794cbc #b14cbc #4c57bc

Monochromatic Colors of #794cbc

#794cbc

Complementary Color

#794cbc #8fbc4c

#794cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cbc Color CSS Codes

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

#794cbc Text Font Color

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

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


#794cbc Background Color

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

This div background color is #794cbc


#794cbc Border Color

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

This div border color is #794cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cbc


Comments

No comments written yet.

Please login to write comment.