Color Hex Logo

#78156a Color Hex

#78156A
(120,21,106)
0 Favorites   0 Comments

Color spaces of #78156a

RGB 12021106
HSL0.860.700.28
HSV308°83°47°
CMYK 0.000.830.12   0.53
XYZ10.61545.570014.1513
Yxy5.57000.34990.1836
Hunter Lab23.600838.9858-19.0303
CIE-Lab28.300649.8377-24.9272

#78156a color RGB value is (120,21,106).

#78156a hex color red value is 120, green value is 21 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #78156a hue: 0.86 , saturation: 0.70 and the lightness value of 78156a is 0.28.

The process color (four color CMYK) of #78156a color hex is 0.00, 0.83, 0.12, 0.53. Web safe color of #78156a is #660066. Color #78156a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010101 01101010
Octal 170 25 152
Decimal 120 21 106
Hex 78 15 6A

RGB Percentages of Color #78156a

%48.58
%8.50
%42.91

CMYK Percentages of Color #78156a

%0
%83
%12
%53

Triadic Colors of #78156a

#78156a #6a7815 #156a78

Analogous Colors of #78156a

#78156a #781539 #551578

Monochromatic Colors of #78156a

#78156a

Complementary Color

#78156a #157823

#78156a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78156a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78156a Color CSS Codes

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

#78156a Text Font Color

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

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


#78156a Background Color

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

This div background color is #78156a


#78156a Border Color

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

This div border color is #78156a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,21,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78156a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78156a;
  -webkit-box-shadow: 1px 1px 3px 2px #78156a;
  box-shadow:         1px 1px 3px 2px #78156a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78156a


Comments

No comments written yet.

Please login to write comment.