Color Hex Logo

#781327 Color Hex

#781327
(120,19,39)
0 Favorites   0 Comments

Color spaces of #781327

RGB 1201939
HSL0.970.730.27
HSV348°84°47°
CMYK 0.000.840.68   0.53
XYZ8.34484.60532.3685
Yxy4.60530.54470.3006
Hunter Lab21.460031.85568.4782
CIE-Lab25.579343.005315.8585

#781327 color RGB value is (120,19,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 00100111
Octal 170 23 47
Decimal 120 19 39
Hex 78 13 27

RGB Percentages of Color #781327

%67.42
%10.67
%21.91

CMYK Percentages of Color #781327

%0
%84
%68
%53

Triadic Colors of #781327

#781327 #277813 #132778

Analogous Colors of #781327

#781327 #783213 #78135a

Monochromatic Colors of #781327

#781327

Complementary Color

#781327 #137864

#781327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781327 Color CSS Codes

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

#781327 Text Font Color

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

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


#781327 Background Color

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

This div background color is #781327


#781327 Border Color

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

This div border color is #781327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781327


Comments

No comments written yet.

Please login to write comment.