Color Hex Logo

#780d2b Color Hex

#780D2B
(120,13,43)
0 Favorites   0 Comments

Color spaces of #780d2b

RGB 1201343
HSL0.950.800.26
HSV343°89°47°
CMYK 0.000.890.64   0.53
XYZ8.32574.45532.7067
Yxy4.45530.53760.2877
Hunter Lab21.107633.46957.1723
CIE-Lab25.122944.803012.5315

#780d2b color RGB value is (120,13,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 00101011
Octal 170 15 53
Decimal 120 13 43
Hex 78 D 2B

RGB Percentages of Color #780d2b

%68.18
%7.39
%24.43

CMYK Percentages of Color #780d2b

%0
%89
%64
%53

Triadic Colors of #780d2b

#780d2b #2b780d #0d2b78

Analogous Colors of #780d2b

#780d2b #78250d #780d61

Monochromatic Colors of #780d2b

#780d2b

Complementary Color

#780d2b #0d785a

#780d2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780d2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#780d2b Color CSS Codes

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

#780d2b Text Font Color

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

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


#780d2b Background Color

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

This div background color is #780d2b


#780d2b Border Color

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

This div border color is #780d2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780d2b


Comments

No comments written yet.

Please login to write comment.