Color Hex Logo

#794cdb Color Hex

#794CDB
(121,76,219)
0 Favorites   0 Comments

Color spaces of #794cdb

RGB 12176219
HSL0.720.670.58
HSV259°65°86°
CMYK 0.450.650.00   0.14
XYZ23.255814.348368.5616
Yxy14.34830.21910.1352
Hunter Lab37.879143.3011-80.8000
CIE-Lab44.728350.9685-66.7194

#794cdb color RGB value is (121,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 11011011
Octal 171 114 333
Decimal 121 76 219
Hex 79 4C DB

RGB Percentages of Color #794cdb

%29.09
%18.27
%52.64

CMYK Percentages of Color #794cdb

%45
%65
%0
%14

Triadic Colors of #794cdb

#794cdb #db794c #4cdb79

Analogous Colors of #794cdb

#794cdb #c14cdb #4c67db

Monochromatic Colors of #794cdb

#794cdb

Complementary Color

#794cdb #aedb4c

#794cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#794cdb Color CSS Codes

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

#794cdb Text Font Color

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

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


#794cdb Background Color

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

This div background color is #794cdb


#794cdb Border Color

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

This div border color is #794cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,76,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 #794cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794cdb


Comments

No comments written yet.

Please login to write comment.