Color Hex Logo

#794fdd Color Hex

#794FDD
(121,79,221)
0 Favorites   0 Comments

Color spaces of #794fdd

RGB 12179221
HSL0.720.680.59
HSV258°64°87°
CMYK 0.450.640.00   0.13
XYZ23.732314.877470.0274
Yxy14.87740.21850.1369
Hunter Lab38.571242.3287-80.6432
CIE-Lab45.465849.9112-66.6610

#794fdd color RGB value is (121,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001111 11011101
Octal 171 117 335
Decimal 121 79 221
Hex 79 4F DD

RGB Percentages of Color #794fdd

%28.74
%18.76
%52.49

CMYK Percentages of Color #794fdd

%45
%64
%0
%13

Triadic Colors of #794fdd

#794fdd #dd794f #4fdd79

Analogous Colors of #794fdd

#794fdd #c04fdd #4f6cdd

Monochromatic Colors of #794fdd

#794fdd

Complementary Color

#794fdd #b3dd4f

#794fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#794fdd Color CSS Codes

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

#794fdd Text Font Color

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

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


#794fdd Background Color

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

This div background color is #794fdd


#794fdd Border Color

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

This div border color is #794fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794fdd


Comments

No comments written yet.

Please login to write comment.