Color Hex Logo

#796aaf Color Hex

#796AAF
(121,106,175)
0 Favorites   0 Comments

Color spaces of #796aaf

RGB 121106175
HSL0.700.300.55
HSV253°39°69°
CMYK 0.310.390.00   0.31
XYZ20.777117.468242.8341
Yxy17.46820.25630.2154
Hunter Lab41.795015.5946-31.5076
CIE-Lab48.844621.6953-34.7446

#796aaf color RGB value is (121,106,175).

#796aaf hex color red value is 121, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #796aaf hue: 0.70 , saturation: 0.30 and the lightness value of 796aaf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101010 10101111
Octal 171 152 257
Decimal 121 106 175
Hex 79 6A AF

RGB Percentages of Color #796aaf

%30.10
%26.37
%43.53

CMYK Percentages of Color #796aaf

%31
%39
%0
%31

Triadic Colors of #796aaf

#796aaf #af796a #6aaf79

Analogous Colors of #796aaf

#796aaf #9c6aaf #6a7eaf

Monochromatic Colors of #796aaf

#796aaf

Complementary Color

#796aaf #a0af6a

#796aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#796aaf Color CSS Codes

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

#796aaf Text Font Color

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

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


#796aaf Background Color

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

This div background color is #796aaf


#796aaf Border Color

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

This div border color is #796aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796aaf


Comments

No comments written yet.

Please login to write comment.