Color Hex Logo

#78014f Color Hex

#78014F
(120,1,79)
0 Favorites   0 Comments

Color spaces of #78014f

RGB 120179
HSL0.890.980.24
HSV321°99°47°
CMYK 0.000.990.34   0.53
XYZ9.16794.57937.7978
Yxy4.57930.42550.2125
Hunter Lab21.399339.0243-6.6255
CIE-Lab25.500950.4219-11.5020

#78014f color RGB value is (120,1,79).

#78014f hex color red value is 120, green value is 1 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #78014f hue: 0.89 , saturation: 0.98 and the lightness value of 78014f is 0.24.

The process color (four color CMYK) of #78014f color hex is 0.00, 0.99, 0.34, 0.53. Web safe color of #78014f is #660066. Color #78014f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000001 01001111
Octal 170 1 117
Decimal 120 1 79
Hex 78 1 4F

RGB Percentages of Color #78014f

%60.00
%0.50
%39.50

CMYK Percentages of Color #78014f

%0
%99
%34
%53

Triadic Colors of #78014f

#78014f #4f7801 #014f78

Analogous Colors of #78014f

#78014f #780114 #660178

Monochromatic Colors of #78014f

#78014f

Complementary Color

#78014f #01782a

#78014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78014f Color CSS Codes

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

#78014f Text Font Color

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

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


#78014f Background Color

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

This div background color is #78014f


#78014f Border Color

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

This div border color is #78014f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78014f


Comments

No comments written yet.

Please login to write comment.