Color Hex Logo

#794adb Color Hex

#794ADB
(121,74,219)
0 Favorites   0 Comments

Color spaces of #794adb

RGB 12174219
HSL0.720.670.57
HSV259°66°86°
CMYK 0.450.660.00   0.14
XYZ23.120114.077068.5164
Yxy14.07700.21870.1332
Hunter Lab37.519344.3362-82.0097
CIE-Lab44.343252.0194-67.3459

#794adb color RGB value is (121,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001010 11011011
Octal 171 112 333
Decimal 121 74 219
Hex 79 4A DB

RGB Percentages of Color #794adb

%29.23
%17.87
%52.90

CMYK Percentages of Color #794adb

%45
%66
%0
%14

Triadic Colors of #794adb

#794adb #db794a #4adb79

Analogous Colors of #794adb

#794adb #c24adb #4a64db

Monochromatic Colors of #794adb

#794adb

Complementary Color

#794adb #acdb4a

#794adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#794adb Color CSS Codes

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

#794adb Text Font Color

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

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


#794adb Background Color

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

This div background color is #794adb


#794adb Border Color

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

This div border color is #794adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794adb


Comments

No comments written yet.

Please login to write comment.