Color Hex Logo

#796acd Color Hex

#796ACD
(121,106,205)
0 Favorites   0 Comments

Color spaces of #796acd

RGB 121106205
HSL0.690.500.61
HSV249°48°80°
CMYK 0.410.480.00   0.20
XYZ24.058618.780860.1146
Yxy18.78080.23370.1824
Hunter Lab43.336823.2555-51.9083
CIE-Lab50.429829.9513-49.5387

#796acd color RGB value is (121,106,205).

#796acd hex color red value is 121, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #796acd hue: 0.69 , saturation: 0.50 and the lightness value of 796acd is 0.61.

The process color (four color CMYK) of #796acd color hex is 0.41, 0.48, 0.00, 0.20. Web safe color of #796acd is #6666cc. Color #796acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101010 11001101
Octal 171 152 315
Decimal 121 106 205
Hex 79 6A CD

RGB Percentages of Color #796acd

%28.01
%24.54
%47.45

CMYK Percentages of Color #796acd

%41
%48
%0
%20

Triadic Colors of #796acd

#796acd #cd796a #6acd79

Analogous Colors of #796acd

#796acd #ab6acd #6a8dcd

Monochromatic Colors of #796acd

#796acd

Complementary Color

#796acd #becd6a

#796acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#796acd Color CSS Codes

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

#796acd Text Font Color

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

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


#796acd Background Color

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

This div background color is #796acd


#796acd Border Color

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

This div border color is #796acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796acd


Comments

No comments written yet.

Please login to write comment.