Color Hex Logo

#780117 Color Hex

#780117
(120,1,23)
0 Favorites   0 Comments

Color spaces of #780117

RGB 120123
HSL0.970.980.24
HSV349°99°47°
CMYK 0.000.990.81   0.53
XYZ7.91124.07661.1805
Yxy4.07660.60080.3096
Hunter Lab20.190634.607410.6669
CIE-Lab23.923146.226624.5674

#780117 color RGB value is (120,1,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000001 00010111
Octal 170 1 27
Decimal 120 1 23
Hex 78 1 17

RGB Percentages of Color #780117

%83.33
%0.69
%15.97

CMYK Percentages of Color #780117

%0
%99
%81
%53

Triadic Colors of #780117

#780117 #177801 #011778

Analogous Colors of #780117

#780117 #782701 #780152

Monochromatic Colors of #780117

#780117

Complementary Color

#780117 #017862

#780117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780117 Color CSS Codes

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

#780117 Text Font Color

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

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


#780117 Background Color

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

This div background color is #780117


#780117 Border Color

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

This div border color is #780117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780117


Comments

No comments written yet.

Please login to write comment.