Color Hex Logo

#78043f Color Hex

#78043F
(120,4,63)
0 Favorites   0 Comments

Color spaces of #78043f

RGB 120463
HSL0.920.940.24
HSV329°97°47°
CMYK 0.000.970.48   0.53
XYZ8.68634.43885.1016
Yxy4.43880.47660.2435
Hunter Lab21.068536.72380.3912
CIE-Lab25.072148.1828-1.2878

#78043f color RGB value is (120,4,63).

#78043f hex color red value is 120, green value is 4 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #78043f hue: 0.92 , saturation: 0.94 and the lightness value of 78043f is 0.24.

The process color (four color CMYK) of #78043f color hex is 0.00, 0.97, 0.48, 0.53. Web safe color of #78043f is #660033. Color #78043f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000100 00111111
Octal 170 4 77
Decimal 120 4 63
Hex 78 4 3F

RGB Percentages of Color #78043f

%64.17
%2.14
%33.69

CMYK Percentages of Color #78043f

%0
%97
%48
%53

Triadic Colors of #78043f

#78043f #3f7804 #043f78

Analogous Colors of #78043f

#78043f #780405 #770478

Monochromatic Colors of #78043f

#78043f

Complementary Color

#78043f #04783d

#78043f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78043f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78043f Color CSS Codes

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

#78043f Text Font Color

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

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


#78043f Background Color

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

This div background color is #78043f


#78043f Border Color

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

This div border color is #78043f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78043f


Comments

No comments written yet.

Please login to write comment.