Color Hex Logo

#796aad Color Hex

#796AAD
(121,106,173)
0 Favorites   0 Comments

Color spaces of #796aad

RGB 121106173
HSL0.700.290.55
HSV253°39°68°
CMYK 0.300.390.00   0.32
XYZ20.582017.390141.8070
Yxy17.39010.25800.2180
Hunter Lab41.701415.1222-30.2491
CIE-Lab48.747821.1668-33.7307

#796aad color RGB value is (121,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101010 10101101
Octal 171 152 255
Decimal 121 106 173
Hex 79 6A AD

RGB Percentages of Color #796aad

%30.25
%26.50
%43.25

CMYK Percentages of Color #796aad

%30
%39
%0
%32

Triadic Colors of #796aad

#796aad #ad796a #6aad79

Analogous Colors of #796aad

#796aad #9b6aad #6a7dad

Monochromatic Colors of #796aad

#796aad

Complementary Color

#796aad #9ead6a

#796aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#796aad Color CSS Codes

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

#796aad Text Font Color

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

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


#796aad Background Color

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

This div background color is #796aad


#796aad Border Color

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

This div border color is #796aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796aad


Comments

No comments written yet.

Please login to write comment.