Color Hex Logo

#78115c Color Hex

#78115C
(120,17,92)
0 Favorites   0 Comments

Color spaces of #78115c

RGB 1201792
HSL0.880.750.27
HSV316°86°47°
CMYK 0.000.860.23   0.53
XYZ9.87795.166710.6019
Yxy5.16670.38520.2015
Hunter Lab22.730437.7923-11.7428
CIE-Lab27.204548.8517-17.5201

#78115c color RGB value is (120,17,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010001 01011100
Octal 170 21 134
Decimal 120 17 92
Hex 78 11 5C

RGB Percentages of Color #78115c

%52.40
%7.42
%40.17

CMYK Percentages of Color #78115c

%0
%86
%23
%53

Triadic Colors of #78115c

#78115c #5c7811 #115c78

Analogous Colors of #78115c

#78115c #781128 #611178

Monochromatic Colors of #78115c

#78115c

Complementary Color

#78115c #11782d

#78115c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78115c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78115c Color CSS Codes

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

#78115c Text Font Color

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

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


#78115c Background Color

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

This div background color is #78115c


#78115c Border Color

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

This div border color is #78115c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78115c


Comments

No comments written yet.

Please login to write comment.