Color Hex Logo

#794bdd Color Hex

#794BDD
(121,75,221)
0 Favorites   0 Comments

Color spaces of #794bdd

RGB 12175221
HSL0.720.680.58
HSV259°66°87°
CMYK 0.450.660.00   0.13
XYZ23.452414.317669.9341
Yxy14.31760.21770.1329
Hunter Lab37.838644.4169-83.0940
CIE-Lab44.685052.0341-67.9305

#794bdd color RGB value is (121,75,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001011 11011101
Octal 171 113 335
Decimal 121 75 221
Hex 79 4B DD

RGB Percentages of Color #794bdd

%29.02
%17.99
%53.00

CMYK Percentages of Color #794bdd

%45
%66
%0
%13

Triadic Colors of #794bdd

#794bdd #dd794b #4bdd79

Analogous Colors of #794bdd

#794bdd #c24bdd #4b66dd

Monochromatic Colors of #794bdd

#794bdd

Complementary Color

#794bdd #afdd4b

#794bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#794bdd Color CSS Codes

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

#794bdd Text Font Color

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

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


#794bdd Background Color

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

This div background color is #794bdd


#794bdd Border Color

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

This div border color is #794bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794bdd


Comments

No comments written yet.

Please login to write comment.