Color Hex Logo

#794bdc Color Hex

#794BDC
(121,75,220)
0 Favorites   0 Comments

Color spaces of #794bdc

RGB 12175220
HSL0.720.670.58
HSV259°66°86°
CMYK 0.450.660.00   0.14
XYZ23.319514.264469.2344
Yxy14.26440.21830.1335
Hunter Lab37.768244.1180-82.2490
CIE-Lab44.609751.7650-67.4828

#794bdc color RGB value is (121,75,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001011 11011100
Octal 171 113 334
Decimal 121 75 220
Hex 79 4B DC

RGB Percentages of Color #794bdc

%29.09
%18.03
%52.88

CMYK Percentages of Color #794bdc

%45
%66
%0
%14

Triadic Colors of #794bdc

#794bdc #dc794b #4bdc79

Analogous Colors of #794bdc

#794bdc #c24bdc #4b66dc

Monochromatic Colors of #794bdc

#794bdc

Complementary Color

#794bdc #aedc4b

#794bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#794bdc Color CSS Codes

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

#794bdc Text Font Color

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

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


#794bdc Background Color

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

This div background color is #794bdc


#794bdc Border Color

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

This div border color is #794bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794bdc


Comments

No comments written yet.

Please login to write comment.