Color Hex Logo

#796cca Color Hex

#796CCA
(121,108,202)
0 Favorites   0 Comments

Color spaces of #796cca

RGB 121108202
HSL0.690.470.61
HSV248°47°79°
CMYK 0.400.470.00   0.21
XYZ23.908419.054358.2949
Yxy19.05430.23610.1882
Hunter Lab43.651221.3773-48.6241
CIE-Lab50.750727.9085-47.3129

#796cca color RGB value is (121,108,202).

#796cca hex color red value is 121, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #796cca hue: 0.69 , saturation: 0.47 and the lightness value of 796cca is 0.61.

The process color (four color CMYK) of #796cca color hex is 0.40, 0.47, 0.00, 0.21. Web safe color of #796cca is #6666cc. Color #796cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101100 11001010
Octal 171 154 312
Decimal 121 108 202
Hex 79 6C CA

RGB Percentages of Color #796cca

%28.07
%25.06
%46.87

CMYK Percentages of Color #796cca

%40
%47
%0
%21

Triadic Colors of #796cca

#796cca #ca796c #6cca79

Analogous Colors of #796cca

#796cca #a86cca #6c8eca

Monochromatic Colors of #796cca

#796cca

Complementary Color

#796cca #bdca6c

#796cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#796cca Color CSS Codes

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

#796cca Text Font Color

<p style="color:#796cca">Text here</p>

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


#796cca Background Color

<div style="background-color:#796cca">
Div content here</div>

This div background color is #796cca


#796cca Border Color

<div style="border:3px solid #796cca">
Div here</div>

This div border color is #796cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,108,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796cca;
  -webkit-box-shadow: 1px 1px 3px 2px #796cca;
  box-shadow:         1px 1px 3px 2px #796cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796cca


Comments

No comments written yet.

Please login to write comment.