Color Hex Logo

#796cab Color Hex

#796CAB
(121,108,171)
0 Favorites   0 Comments

Color spaces of #796cab

RGB 121108171
HSL0.700.270.55
HSV252°37°67°
CMYK 0.290.370.00   0.33
XYZ20.598417.730340.8647
Yxy17.73030.26010.2239
Hunter Lab42.107413.6321-28.0651
CIE-Lab49.167319.4383-31.9070

#796cab color RGB value is (121,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101100 10101011
Octal 171 154 253
Decimal 121 108 171
Hex 79 6C AB

RGB Percentages of Color #796cab

%30.25
%27.00
%42.75

CMYK Percentages of Color #796cab

%29
%37
%0
%33

Triadic Colors of #796cab

#796cab #ab796c #6cab79

Analogous Colors of #796cab

#796cab #996cab #6c7fab

Monochromatic Colors of #796cab

#796cab

Complementary Color

#796cab #9eab6c

#796cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#796cab Color CSS Codes

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

#796cab Text Font Color

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

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


#796cab Background Color

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

This div background color is #796cab


#796cab Border Color

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

This div border color is #796cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796cab


Comments

No comments written yet.

Please login to write comment.