Color Hex Logo

#794adc Color Hex

#794ADC
(121,74,220)
0 Favorites   0 Comments

Color spaces of #794adc

RGB 12174220
HSL0.720.680.58
HSV259°66°86°
CMYK 0.450.660.00   0.14
XYZ23.252214.129869.2119
Yxy14.12980.21810.1326
Hunter Lab37.589644.6347-82.8550
CIE-Lab44.418552.2879-67.7939

#794adc color RGB value is (121,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001010 11011100
Octal 171 112 334
Decimal 121 74 220
Hex 79 4A DC

RGB Percentages of Color #794adc

%29.16
%17.83
%53.01

CMYK Percentages of Color #794adc

%45
%66
%0
%14

Triadic Colors of #794adc

#794adc #dc794a #4adc79

Analogous Colors of #794adc

#794adc #c24adc #4a64dc

Monochromatic Colors of #794adc

#794adc

Complementary Color

#794adc #addc4a

#794adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#794adc Color CSS Codes

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

#794adc Text Font Color

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

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


#794adc Background Color

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

This div background color is #794adc


#794adc Border Color

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

This div border color is #794adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794adc


Comments

No comments written yet.

Please login to write comment.