Color Hex Logo

#78135e Color Hex

#78135E
(120,19,94)
0 Favorites   0 Comments

Color spaces of #78135e

RGB 1201994
HSL0.880.730.27
HSV315°84°47°
CMYK 0.000.840.22   0.53
XYZ9.99905.267011.0793
Yxy5.26700.37950.1999
Hunter Lab22.949937.6078-12.5578
CIE-Lab27.482348.6111-18.4020

#78135e color RGB value is (120,19,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 01011110
Octal 170 23 136
Decimal 120 19 94
Hex 78 13 5E

RGB Percentages of Color #78135e

%51.50
%8.15
%40.34

CMYK Percentages of Color #78135e

%0
%84
%22
%53

Triadic Colors of #78135e

#78135e #5e7813 #135e78

Analogous Colors of #78135e

#78135e #78132c #5f1378

Monochromatic Colors of #78135e

#78135e

Complementary Color

#78135e #13782d

#78135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78135e Color CSS Codes

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

#78135e Text Font Color

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

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


#78135e Background Color

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

This div background color is #78135e


#78135e Border Color

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

This div border color is #78135e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,19,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 #78135e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78135e


Comments

No comments written yet.

Please login to write comment.