Color Hex Logo

#780c2d Color Hex

#780C2D
(120,12,45)
0 Favorites   0 Comments

Color spaces of #780c2d

RGB 1201245
HSL0.950.820.26
HSV342°90°47°
CMYK 0.000.900.63   0.53
XYZ8.35094.44552.9005
Yxy4.44550.53200.2832
Hunter Lab21.084433.80106.6027
CIE-Lab25.092745.156911.1184

#780c2d color RGB value is (120,12,45).

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

The process color (four color CMYK) of #780c2d color hex is 0.00, 0.90, 0.63, 0.53. Web safe color of #780c2d is #660033. Color #780c2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001100 00101101
Octal 170 14 55
Decimal 120 12 45
Hex 78 C 2D

RGB Percentages of Color #780c2d

%67.80
%6.78
%25.42

CMYK Percentages of Color #780c2d

%0
%90
%63
%53

Triadic Colors of #780c2d

#780c2d #2d780c #0c2d78

Analogous Colors of #780c2d

#780c2d #78210c #780c63

Monochromatic Colors of #780c2d

#780c2d

Complementary Color

#780c2d #0c7857

#780c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#780c2d Color CSS Codes

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

#780c2d Text Font Color

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

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


#780c2d Background Color

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

This div background color is #780c2d


#780c2d Border Color

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

This div border color is #780c2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780c2d


Comments

No comments written yet.

Please login to write comment.