Color Hex Logo

#796fca Color Hex

#796FCA
(121,111,202)
0 Favorites   0 Comments

Color spaces of #796fca

RGB 121111202
HSL0.680.460.61
HSV247°45°79°
CMYK 0.400.450.00   0.21
XYZ24.230319.698158.4022
Yxy19.69810.23680.1925
Hunter Lab44.382519.7812-46.9509
CIE-Lab51.494126.1141-46.1307

#796fca color RGB value is (121,111,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101111 11001010
Octal 171 157 312
Decimal 121 111 202
Hex 79 6F CA

RGB Percentages of Color #796fca

%27.88
%25.58
%46.54

CMYK Percentages of Color #796fca

%40
%45
%0
%21

Triadic Colors of #796fca

#796fca #ca796f #6fca79

Analogous Colors of #796fca

#796fca #a76fca #6f93ca

Monochromatic Colors of #796fca

#796fca

Complementary Color

#796fca #c0ca6f

#796fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#796fca Color CSS Codes

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

#796fca Text Font Color

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

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


#796fca Background Color

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

This div background color is #796fca


#796fca Border Color

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

This div border color is #796fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,111,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 #796fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796fca


Comments

No comments written yet.

Please login to write comment.