Color Hex Logo

#780115 Color Hex

#780115
(120,1,21)
0 Favorites   0 Comments

Color spaces of #780115

RGB 120121
HSL0.970.980.24
HSV350°99°47°
CMYK 0.000.990.83   0.53
XYZ7.89194.06891.0789
Yxy4.06890.60520.3120
Hunter Lab20.171534.536210.9489
CIE-Lab23.897946.157325.8322

#780115 color RGB value is (120,1,21).

#780115 hex color red value is 120, green value is 1 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #780115 hue: 0.97 , saturation: 0.98 and the lightness value of 780115 is 0.24.

The process color (four color CMYK) of #780115 color hex is 0.00, 0.99, 0.83, 0.53. Web safe color of #780115 is #660000. Color #780115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000001 00010101
Octal 170 1 25
Decimal 120 1 21
Hex 78 1 15

RGB Percentages of Color #780115

%84.51
%0.70
%14.79

CMYK Percentages of Color #780115

%0
%99
%83
%53

Triadic Colors of #780115

#780115 #157801 #011578

Analogous Colors of #780115

#780115 #782901 #780151

Monochromatic Colors of #780115

#780115

Complementary Color

#780115 #017864

#780115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780115 Color CSS Codes

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

#780115 Text Font Color

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

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


#780115 Background Color

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

This div background color is #780115


#780115 Border Color

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

This div border color is #780115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780115


Comments

No comments written yet.

Please login to write comment.