Color Hex Logo

#78135c Color Hex

#78135C
(120,19,92)
0 Favorites   0 Comments

Color spaces of #78135c

RGB 1201992
HSL0.880.730.27
HSV317°84°47°
CMYK 0.000.840.23   0.53
XYZ9.91045.231510.6127
Yxy5.23150.38480.2031
Hunter Lab22.872537.3153-11.4995
CIE-Lab27.384448.3339-17.2412

#78135c color RGB value is (120,19,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 01011100
Octal 170 23 134
Decimal 120 19 92
Hex 78 13 5C

RGB Percentages of Color #78135c

%51.95
%8.23
%39.83

CMYK Percentages of Color #78135c

%0
%84
%23
%53

Triadic Colors of #78135c

#78135c #5c7813 #135c78

Analogous Colors of #78135c

#78135c #78132a #621378

Monochromatic Colors of #78135c

#78135c

Complementary Color

#78135c #13782f

#78135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78135c Color CSS Codes

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

#78135c Text Font Color

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

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


#78135c Background Color

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

This div background color is #78135c


#78135c Border Color

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

This div border color is #78135c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78135c


Comments

No comments written yet.

Please login to write comment.