Color Hex Logo

#796380 Color Hex

#796380
(121,99,128)
0 Favorites   0 Comments

Color spaces of #796380

RGB 12199128
HSL0.790.130.45
HSV286°23°50°
CMYK 0.050.230.00   0.50
XYZ16.243314.547122.3738
Yxy14.54710.30550.2736
Hunter Lab38.14079.2732-8.0818
CIE-Lab45.007514.5060-12.8349

#796380 color RGB value is (121,99,128).

#796380 hex color red value is 121, green value is 99 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #796380 hue: 0.79 , saturation: 0.13 and the lightness value of 796380 is 0.45.

The process color (four color CMYK) of #796380 color hex is 0.05, 0.23, 0.00, 0.50. Web safe color of #796380 is #666699. Color #796380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100011 10000000
Octal 171 143 200
Decimal 121 99 128
Hex 79 63 80

RGB Percentages of Color #796380

%34.77
%28.45
%36.78

CMYK Percentages of Color #796380

%5
%23
%0
%50

Triadic Colors of #796380

#796380 #807963 #638079

Analogous Colors of #796380

#796380 #806379 #6b6380

Monochromatic Colors of #796380

#796380

Complementary Color

#796380 #6a8063

#796380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796380 Color CSS Codes

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

#796380 Text Font Color

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

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


#796380 Background Color

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

This div background color is #796380


#796380 Border Color

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

This div border color is #796380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,99,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796380;
  -webkit-box-shadow: 1px 1px 3px 2px #796380;
  box-shadow:         1px 1px 3px 2px #796380; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796380


Comments

No comments written yet.

Please login to write comment.