Color Hex Logo

#780f1e Color Hex

#780F1E
(120,15,30)
0 Favorites   0 Comments

Color spaces of #780f1e

RGB 1201530
HSL0.980.780.26
HSV351°88°47°
CMYK 0.000.880.75   0.53
XYZ8.15094.42851.6535
Yxy4.42850.57270.3111
Hunter Lab21.044032.310810.0722
CIE-Lab25.040343.594121.2318

#780f1e color RGB value is (120,15,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001111 00011110
Octal 170 17 36
Decimal 120 15 30
Hex 78 F 1E

RGB Percentages of Color #780f1e

%72.73
%9.09
%18.18

CMYK Percentages of Color #780f1e

%0
%88
%75
%53

Triadic Colors of #780f1e

#780f1e #1e780f #0f1e78

Analogous Colors of #780f1e

#780f1e #78350f #780f53

Monochromatic Colors of #780f1e

#780f1e

Complementary Color

#780f1e #0f7869

#780f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#780f1e Color CSS Codes

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

#780f1e Text Font Color

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

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


#780f1e Background Color

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

This div background color is #780f1e


#780f1e Border Color

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

This div border color is #780f1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780f1e


Comments

No comments written yet.

Please login to write comment.