Color Hex Logo

#78145e Color Hex

#78145E
(120,20,94)
0 Favorites   0 Comments

Color spaces of #78145e

RGB 1202094
HSL0.880.710.27
HSV316°83°47°
CMYK 0.000.830.22   0.53
XYZ10.01635.301511.0851
Yxy5.30150.37940.2008
Hunter Lab23.025037.3571-12.4270
CIE-Lab27.577048.3389-18.2549

#78145e color RGB value is (120,20,94).

#78145e hex color red value is 120, green value is 20 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #78145e hue: 0.88 , saturation: 0.71 and the lightness value of 78145e is 0.27.

The process color (four color CMYK) of #78145e color hex is 0.00, 0.83, 0.22, 0.53. Web safe color of #78145e is #660066. Color #78145e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010100 01011110
Octal 170 24 136
Decimal 120 20 94
Hex 78 14 5E

RGB Percentages of Color #78145e

%51.28
%8.55
%40.17

CMYK Percentages of Color #78145e

%0
%83
%22
%53

Triadic Colors of #78145e

#78145e #5e7814 #145e78

Analogous Colors of #78145e

#78145e #78142c #601478

Monochromatic Colors of #78145e

#78145e

Complementary Color

#78145e #14782e

#78145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78145e Color CSS Codes

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

#78145e Text Font Color

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

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


#78145e Background Color

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

This div background color is #78145e


#78145e Border Color

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

This div border color is #78145e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,20,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78145e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78145e;
  -webkit-box-shadow: 1px 1px 3px 2px #78145e;
  box-shadow:         1px 1px 3px 2px #78145e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78145e


Comments

No comments written yet.

Please login to write comment.