Color Hex Logo

#78146f Color Hex

#78146F
(120,20,111)
0 Favorites   0 Comments

Color spaces of #78146f

RGB 12020111
HSL0.850.710.27
HSV305°83°47°
CMYK 0.000.830.08   0.53
XYZ10.86515.641115.5551
Yxy5.64110.33890.1759
Hunter Lab23.751040.0921-22.2047
CIE-Lab28.488350.9020-27.8485

#78146f color RGB value is (120,20,111).

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

The process color (four color CMYK) of #78146f color hex is 0.00, 0.83, 0.08, 0.53. Web safe color of #78146f is #660066. Color #78146f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010100 01101111
Octal 170 24 157
Decimal 120 20 111
Hex 78 14 6F

RGB Percentages of Color #78146f

%47.81
%7.97
%44.22

CMYK Percentages of Color #78146f

%0
%83
%8
%53

Triadic Colors of #78146f

#78146f #6f7814 #146f78

Analogous Colors of #78146f

#78146f #78143d #4f1478

Monochromatic Colors of #78146f

#78146f

Complementary Color

#78146f #14781d

#78146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78146f Color CSS Codes

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

#78146f Text Font Color

<p style="color:#78146f">Text here</p>

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


#78146f Background Color

<div style="background-color:#78146f">
Div content here</div>

This div background color is #78146f


#78146f Border Color

<div style="border:3px solid #78146f">
Div here</div>

This div border color is #78146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78146f


Comments

No comments written yet.

Please login to write comment.