Color Hex Logo

#780f24 Color Hex

#780F24
(120,15,36)
0 Favorites   0 Comments

Color spaces of #780f24

RGB 1201536
HSL0.970.780.26
HSV348°88°47°
CMYK 0.000.880.70   0.53
XYZ8.23504.46212.0963
Yxy4.46210.55670.3016
Hunter Lab21.123732.62128.9027
CIE-Lab25.143843.903517.3339

#780f24 color RGB value is (120,15,36).

#780f24 hex color red value is 120, green value is 15 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #780f24 hue: 0.97 , saturation: 0.78 and the lightness value of 780f24 is 0.26.

The process color (four color CMYK) of #780f24 color hex is 0.00, 0.88, 0.70, 0.53. Web safe color of #780f24 is #660033. Color #780f24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001111 00100100
Octal 170 17 44
Decimal 120 15 36
Hex 78 F 24

RGB Percentages of Color #780f24

%70.18
%8.77
%21.05

CMYK Percentages of Color #780f24

%0
%88
%70
%53

Triadic Colors of #780f24

#780f24 #24780f #0f2478

Analogous Colors of #780f24

#780f24 #782f0f #780f58

Monochromatic Colors of #780f24

#780f24

Complementary Color

#780f24 #0f7863

#780f24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780f24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780f24 Color CSS Codes

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

#780f24 Text Font Color

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

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


#780f24 Background Color

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

This div background color is #780f24


#780f24 Border Color

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

This div border color is #780f24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780f24


Comments

No comments written yet.

Please login to write comment.