Color Hex Logo

#794dbd Color Hex

#794DBD
(121,77,189)
0 Favorites   0 Comments

Color spaces of #794dbd

RGB 12177189
HSL0.730.460.52
HSV264°59°74°
CMYK 0.360.590.00   0.26
XYZ19.724313.046849.6228
Yxy13.04680.23940.1583
Hunter Lab36.120434.2632-56.1694
CIE-Lab42.833742.4288-52.4739

#794dbd color RGB value is (121,77,189).

#794dbd hex color red value is 121, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #794dbd hue: 0.73 , saturation: 0.46 and the lightness value of 794dbd is 0.52.

The process color (four color CMYK) of #794dbd color hex is 0.36, 0.59, 0.00, 0.26. Web safe color of #794dbd is #6666cc. Color #794dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001101 10111101
Octal 171 115 275
Decimal 121 77 189
Hex 79 4D BD

RGB Percentages of Color #794dbd

%31.27
%19.90
%48.84

CMYK Percentages of Color #794dbd

%36
%59
%0
%26

Triadic Colors of #794dbd

#794dbd #bd794d #4dbd79

Analogous Colors of #794dbd

#794dbd #b14dbd #4d59bd

Monochromatic Colors of #794dbd

#794dbd

Complementary Color

#794dbd #91bd4d

#794dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#794dbd Color CSS Codes

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

#794dbd Text Font Color

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

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


#794dbd Background Color

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

This div background color is #794dbd


#794dbd Border Color

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

This div border color is #794dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794dbd


Comments

No comments written yet.

Please login to write comment.