Color Hex Logo

#796eaf Color Hex

#796EAF
(121,110,175)
0 Favorites   0 Comments

Color spaces of #796eaf

RGB 121110175
HSL0.690.290.56
HSV250°37°69°
CMYK 0.310.370.00   0.31
XYZ21.199018.312042.9747
Yxy18.31200.25700.2220
Hunter Lab42.792513.5403-29.5876
CIE-Lab49.872419.2905-33.1329

#796eaf color RGB value is (121,110,175).

#796eaf hex color red value is 121, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #796eaf hue: 0.69 , saturation: 0.29 and the lightness value of 796eaf is 0.56.

The process color (four color CMYK) of #796eaf color hex is 0.31, 0.37, 0.00, 0.31. Web safe color of #796eaf is #666699. Color #796eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101110 10101111
Octal 171 156 257
Decimal 121 110 175
Hex 79 6E AF

RGB Percentages of Color #796eaf

%29.80
%27.09
%43.10

CMYK Percentages of Color #796eaf

%31
%37
%0
%31

Triadic Colors of #796eaf

#796eaf #af796e #6eaf79

Analogous Colors of #796eaf

#796eaf #9a6eaf #6e84af

Monochromatic Colors of #796eaf

#796eaf

Complementary Color

#796eaf #a4af6e

#796eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#796eaf Color CSS Codes

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

#796eaf Text Font Color

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

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


#796eaf Background Color

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

This div background color is #796eaf


#796eaf Border Color

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

This div border color is #796eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796eaf


Comments

No comments written yet.

Please login to write comment.