Color Hex Logo

#780d32 Color Hex

#780D32
(120,13,50)
0 Favorites   0 Comments

Color spaces of #780d32

RGB 1201350
HSL0.940.800.26
HSV339°89°47°
CMYK 0.000.890.58   0.53
XYZ8.46544.51123.4422
Yxy4.51120.51560.2748
Hunter Lab21.239633.97505.2589
CIE-Lab25.294245.29987.9573

#780d32 color RGB value is (120,13,50).

#780d32 hex color red value is 120, green value is 13 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #780d32 hue: 0.94 , saturation: 0.80 and the lightness value of 780d32 is 0.26.

The process color (four color CMYK) of #780d32 color hex is 0.00, 0.89, 0.58, 0.53. Web safe color of #780d32 is #660033. Color #780d32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 00110010
Octal 170 15 62
Decimal 120 13 50
Hex 78 D 32

RGB Percentages of Color #780d32

%65.57
%7.10
%27.32

CMYK Percentages of Color #780d32

%0
%89
%58
%53

Triadic Colors of #780d32

#780d32 #32780d #0d3278

Analogous Colors of #780d32

#780d32 #781e0d #780d68

Monochromatic Colors of #780d32

#780d32

Complementary Color

#780d32 #0d7853

#780d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780d32 Color CSS Codes

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

#780d32 Text Font Color

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

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


#780d32 Background Color

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

This div background color is #780d32


#780d32 Border Color

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

This div border color is #780d32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,13,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #780d32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #780d32;
  -webkit-box-shadow: 1px 1px 3px 2px #780d32;
  box-shadow:         1px 1px 3px 2px #780d32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,13,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780d32


Comments

No comments written yet.

Please login to write comment.