Color Hex Logo

#78054f Color Hex

#78054F
(120,5,79)
0 Favorites   0 Comments

Color spaces of #78054f

RGB 120579
HSL0.890.920.25
HSV321°96°47°
CMYK 0.000.960.34   0.53
XYZ9.21134.66617.8123
Yxy4.66610.42470.2151
Hunter Lab21.601238.3151-6.3221
CIE-Lab25.761549.6600-11.1042

#78054f color RGB value is (120,5,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000101 01001111
Octal 170 5 117
Decimal 120 5 79
Hex 78 5 4F

RGB Percentages of Color #78054f

%58.82
%2.45
%38.73

CMYK Percentages of Color #78054f

%0
%96
%34
%53

Triadic Colors of #78054f

#78054f #4f7805 #054f78

Analogous Colors of #78054f

#78054f #780516 #680578

Monochromatic Colors of #78054f

#78054f

Complementary Color

#78054f #05782e

#78054f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78054f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78054f Color CSS Codes

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

#78054f Text Font Color

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

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


#78054f Background Color

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

This div background color is #78054f


#78054f Border Color

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

This div border color is #78054f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78054f


Comments

No comments written yet.

Please login to write comment.