Color Hex Logo

#78165c Color Hex

#78165C
(120,22,92)
0 Favorites   0 Comments

Color spaces of #78165c

RGB 1202292
HSL0.880.690.28
HSV317°82°47°
CMYK 0.000.820.23   0.53
XYZ9.96445.339610.6307
Yxy5.33960.38420.2059
Hunter Lab23.107636.5341-11.1012
CIE-Lab27.681247.4813-16.7815

#78165c color RGB value is (120,22,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010110 01011100
Octal 170 26 134
Decimal 120 22 92
Hex 78 16 5C

RGB Percentages of Color #78165c

%51.28
%9.40
%39.32

CMYK Percentages of Color #78165c

%0
%82
%23
%53

Triadic Colors of #78165c

#78165c #5c7816 #165c78

Analogous Colors of #78165c

#78165c #78162b #631678

Monochromatic Colors of #78165c

#78165c

Complementary Color

#78165c #167832

#78165c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78165c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78165c Color CSS Codes

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

#78165c Text Font Color

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

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


#78165c Background Color

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

This div background color is #78165c


#78165c Border Color

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

This div border color is #78165c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78165c


Comments

No comments written yet.

Please login to write comment.