Color Hex Logo

#794bcd Color Hex

#794BCD
(121,75,205)
0 Favorites   0 Comments

Color spaces of #794bcd

RGB 12175205
HSL0.730.570.55
HSV261°63°80°
CMYK 0.410.630.00   0.20
XYZ21.420713.504959.2353
Yxy13.50490.22750.1434
Hunter Lab36.749039.7354-69.8445
CIE-Lab43.514447.7491-60.6579

#794bcd color RGB value is (121,75,205).

#794bcd hex color red value is 121, green value is 75 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #794bcd hue: 0.73 , saturation: 0.57 and the lightness value of 794bcd is 0.55.

The process color (four color CMYK) of #794bcd color hex is 0.41, 0.63, 0.00, 0.20. Web safe color of #794bcd is #6633cc. Color #794bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001011 11001101
Octal 171 113 315
Decimal 121 75 205
Hex 79 4B CD

RGB Percentages of Color #794bcd

%30.17
%18.70
%51.12

CMYK Percentages of Color #794bcd

%41
%63
%0
%20

Triadic Colors of #794bcd

#794bcd #cd794b #4bcd79

Analogous Colors of #794bcd

#794bcd #ba4bcd #4b5ecd

Monochromatic Colors of #794bcd

#794bcd

Complementary Color

#794bcd #9fcd4b

#794bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#794bcd Color CSS Codes

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

#794bcd Text Font Color

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

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


#794bcd Background Color

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

This div background color is #794bcd


#794bcd Border Color

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

This div border color is #794bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794bcd


Comments

No comments written yet.

Please login to write comment.