Color Hex Logo

#794dab Color Hex

#794DAB
(121,77,171)
0 Favorites   0 Comments

Color spaces of #794dab

RGB 12177171
HSL0.740.380.49
HSV268°55°67°
CMYK 0.290.550.00   0.33
XYZ17.889712.313039.9618
Yxy12.31300.25500.1755
Hunter Lab35.089929.5965-42.9590
CIE-Lab41.709337.7971-43.6952

#794dab color RGB value is (121,77,171).

#794dab hex color red value is 121, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #794dab hue: 0.74 , saturation: 0.38 and the lightness value of 794dab is 0.49.

The process color (four color CMYK) of #794dab color hex is 0.29, 0.55, 0.00, 0.33. Web safe color of #794dab is #666699. Color #794dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001101 10101011
Octal 171 115 253
Decimal 121 77 171
Hex 79 4D AB

RGB Percentages of Color #794dab

%32.79
%20.87
%46.34

CMYK Percentages of Color #794dab

%29
%55
%0
%33

Triadic Colors of #794dab

#794dab #ab794d #4dab79

Analogous Colors of #794dab

#794dab #a84dab #4d50ab

Monochromatic Colors of #794dab

#794dab

Complementary Color

#794dab #7fab4d

#794dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#794dab Color CSS Codes

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

#794dab Text Font Color

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

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


#794dab Background Color

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

This div background color is #794dab


#794dab Border Color

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

This div border color is #794dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794dab


Comments

No comments written yet.

Please login to write comment.