Color Hex Logo

#781343 Color Hex

#781343
(120,19,67)
0 Favorites   0 Comments

Color spaces of #781343

RGB 1201967
HSL0.920.730.27
HSV331°84°47°
CMYK 0.000.840.44   0.53
XYZ8.99174.86415.7751
Yxy4.86410.45800.2478
Hunter Lab22.054734.1787-0.0870
CIE-Lab26.344045.3093-2.1374

#781343 color RGB value is (120,19,67).

#781343 hex color red value is 120, green value is 19 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #781343 hue: 0.92 , saturation: 0.73 and the lightness value of 781343 is 0.27.

The process color (four color CMYK) of #781343 color hex is 0.00, 0.84, 0.44, 0.53. Web safe color of #781343 is #660033. Color #781343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 01000011
Octal 170 23 103
Decimal 120 19 67
Hex 78 13 43

RGB Percentages of Color #781343

%58.25
%9.22
%32.52

CMYK Percentages of Color #781343

%0
%84
%44
%53

Triadic Colors of #781343

#781343 #437813 #134378

Analogous Colors of #781343

#781343 #781613 #781376

Monochromatic Colors of #781343

#781343

Complementary Color

#781343 #137848

#781343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781343 Color CSS Codes

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

#781343 Text Font Color

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

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


#781343 Background Color

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

This div background color is #781343


#781343 Border Color

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

This div border color is #781343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781343


Comments

No comments written yet.

Please login to write comment.