Color Hex Logo

#781156 Color Hex

#781156
(120,17,86)
0 Favorites   0 Comments

Color spaces of #781156

RGB 1201786
HSL0.890.750.27
HSV320°86°47°
CMYK 0.000.860.28   0.53
XYZ9.62595.06599.2746
Yxy5.06590.40160.2114
Hunter Lab22.507636.9516-8.6761
CIE-Lab26.921748.0544-13.9955

#781156 color RGB value is (120,17,86).

#781156 hex color red value is 120, green value is 17 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #781156 hue: 0.89 , saturation: 0.75 and the lightness value of 781156 is 0.27.

The process color (four color CMYK) of #781156 color hex is 0.00, 0.86, 0.28, 0.53. Web safe color of #781156 is #660066. Color #781156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010001 01010110
Octal 170 21 126
Decimal 120 17 86
Hex 78 11 56

RGB Percentages of Color #781156

%53.81
%7.62
%38.57

CMYK Percentages of Color #781156

%0
%86
%28
%53

Triadic Colors of #781156

#781156 #567811 #115678

Analogous Colors of #781156

#781156 #781122 #671178

Monochromatic Colors of #781156

#781156

Complementary Color

#781156 #117833

#781156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781156 Color CSS Codes

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

#781156 Text Font Color

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

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


#781156 Background Color

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

This div background color is #781156


#781156 Border Color

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

This div border color is #781156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781156


Comments

No comments written yet.

Please login to write comment.