Color Hex Logo

#781247 Color Hex

#781247
(120,18,71)
0 Favorites   0 Comments

Color spaces of #781247

RGB 1201871
HSL0.910.740.27
HSV329°85°47°
CMYK 0.000.850.41   0.53
XYZ9.09944.88066.4237
Yxy4.88060.44600.2392
Hunter Lab22.092134.8604-1.7753
CIE-Lab26.391946.0091-4.7689

#781247 color RGB value is (120,18,71).

#781247 hex color red value is 120, green value is 18 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #781247 hue: 0.91 , saturation: 0.74 and the lightness value of 781247 is 0.27.

The process color (four color CMYK) of #781247 color hex is 0.00, 0.85, 0.41, 0.53. Web safe color of #781247 is #660033. Color #781247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010010 01000111
Octal 170 22 107
Decimal 120 18 71
Hex 78 12 47

RGB Percentages of Color #781247

%57.42
%8.61
%33.97

CMYK Percentages of Color #781247

%0
%85
%41
%53

Triadic Colors of #781247

#781247 #477812 #124778

Analogous Colors of #781247

#781247 #781214 #761278

Monochromatic Colors of #781247

#781247

Complementary Color

#781247 #127843

#781247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781247 Color CSS Codes

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

#781247 Text Font Color

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

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


#781247 Background Color

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

This div background color is #781247


#781247 Border Color

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

This div border color is #781247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781247


Comments

No comments written yet.

Please login to write comment.