Color Hex Logo

#794bcb Color Hex

#794BCB
(121,75,203)
0 Favorites   0 Comments

Color spaces of #794bcb

RGB 12175203
HSL0.730.550.55
HSV262°63°80°
CMYK 0.400.630.00   0.20
XYZ21.180713.408957.9717
Yxy13.40890.22880.1449
Hunter Lab36.618239.1663-68.2317
CIE-Lab43.373047.2177-59.7324

#794bcb color RGB value is (121,75,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001011 11001011
Octal 171 113 313
Decimal 121 75 203
Hex 79 4B CB

RGB Percentages of Color #794bcb

%30.33
%18.80
%50.88

CMYK Percentages of Color #794bcb

%40
%63
%0
%20

Triadic Colors of #794bcb

#794bcb #cb794b #4bcb79

Analogous Colors of #794bcb

#794bcb #b94bcb #4b5dcb

Monochromatic Colors of #794bcb

#794bcb

Complementary Color

#794bcb #9dcb4b

#794bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#794bcb Color CSS Codes

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

#794bcb Text Font Color

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

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


#794bcb Background Color

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

This div background color is #794bcb


#794bcb Border Color

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

This div border color is #794bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794bcb


Comments

No comments written yet.

Please login to write comment.