Color Hex Logo

#794fdb Color Hex

#794FDB
(121,79,219)
0 Favorites   0 Comments

Color spaces of #794fdb

RGB 12179219
HSL0.720.660.58
HSV258°64°86°
CMYK 0.450.640.00   0.14
XYZ23.467314.771468.6321
Yxy14.77140.21960.1382
Hunter Lab38.433641.7322-78.9726
CIE-Lab45.319549.3656-65.7589

#794fdb color RGB value is (121,79,219).

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

The process color (four color CMYK) of #794fdb color hex is 0.45, 0.64, 0.00, 0.14. Web safe color of #794fdb is #6666cc. Color #794fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001111 11011011
Octal 171 117 333
Decimal 121 79 219
Hex 79 4F DB

RGB Percentages of Color #794fdb

%28.88
%18.85
%52.27

CMYK Percentages of Color #794fdb

%45
%64
%0
%14

Triadic Colors of #794fdb

#794fdb #db794f #4fdb79

Analogous Colors of #794fdb

#794fdb #bf4fdb #4f6bdb

Monochromatic Colors of #794fdb

#794fdb

Complementary Color

#794fdb #b1db4f

#794fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#794fdb Color CSS Codes

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

#794fdb Text Font Color

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

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


#794fdb Background Color

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

This div background color is #794fdb


#794fdb Border Color

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

This div border color is #794fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794fdb


Comments

No comments written yet.

Please login to write comment.