Color Hex Logo

#793680 Color Hex

#793680
(121,54,128)
0 Favorites   0 Comments

Color spaces of #793680

RGB 12154128
HSL0.820.410.36
HSV294°58°50°
CMYK 0.050.580.00   0.50
XYZ13.10068.261821.3263
Yxy8.26180.30690.1935
Hunter Lab28.743331.0556-23.8702
CIE-Lab34.522340.5097-29.0415

#793680 color RGB value is (121,54,128).

#793680 hex color red value is 121, green value is 54 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #793680 hue: 0.82 , saturation: 0.41 and the lightness value of 793680 is 0.36.

The process color (four color CMYK) of #793680 color hex is 0.05, 0.58, 0.00, 0.50. Web safe color of #793680 is #663399. Color #793680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110110 10000000
Octal 171 66 200
Decimal 121 54 128
Hex 79 36 80

RGB Percentages of Color #793680

%39.93
%17.82
%42.24

CMYK Percentages of Color #793680

%5
%58
%0
%50

Triadic Colors of #793680

#793680 #807936 #368079

Analogous Colors of #793680

#793680 #803662 #543680

Monochromatic Colors of #793680

#793680

Complementary Color

#793680 #3d8036

#793680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793680 Color CSS Codes

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

#793680 Text Font Color

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

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


#793680 Background Color

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

This div background color is #793680


#793680 Border Color

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

This div border color is #793680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793680


Comments

No comments written yet.

Please login to write comment.