Color Hex Logo

#796fcf Color Hex

#796FCF
(121,111,207)
0 Favorites   0 Comments

Color spaces of #796fcf

RGB 121111207
HSL0.680.500.62
HSV246°46°81°
CMYK 0.420.460.00   0.19
XYZ24.832119.938861.5713
Yxy19.93880.23350.1875
Hunter Lab44.652921.1238-50.4972
CIE-Lab51.767927.5372-48.5462

#796fcf color RGB value is (121,111,207).

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

The process color (four color CMYK) of #796fcf color hex is 0.42, 0.46, 0.00, 0.19. Web safe color of #796fcf is #6666cc. Color #796fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101111 11001111
Octal 171 157 317
Decimal 121 111 207
Hex 79 6F CF

RGB Percentages of Color #796fcf

%27.56
%25.28
%47.15

CMYK Percentages of Color #796fcf

%42
%46
%0
%19

Triadic Colors of #796fcf

#796fcf #cf796f #6fcf79

Analogous Colors of #796fcf

#796fcf #a96fcf #6f95cf

Monochromatic Colors of #796fcf

#796fcf

Complementary Color

#796fcf #c5cf6f

#796fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#796fcf Color CSS Codes

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

#796fcf Text Font Color

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

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


#796fcf Background Color

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

This div background color is #796fcf


#796fcf Border Color

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

This div border color is #796fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796fcf


Comments

No comments written yet.

Please login to write comment.