Color Hex Logo

#78167c Color Hex

#78167C
(120,22,124)
0 Favorites   0 Comments

Color spaces of #78167c

RGB 12022124
HSL0.830.700.29
HSV298°82°49°
CMYK 0.030.820.00   0.51
XYZ11.67076.022119.6161
Yxy6.02210.31280.1614
Hunter Lab24.540041.9460-30.2157
CIE-Lab29.468252.5336-34.5639

#78167c color RGB value is (120,22,124).

#78167c hex color red value is 120, green value is 22 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #78167c hue: 0.83 , saturation: 0.70 and the lightness value of 78167c is 0.29.

The process color (four color CMYK) of #78167c color hex is 0.03, 0.82, 0.00, 0.51. Web safe color of #78167c is #660066. Color #78167c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010110 01111100
Octal 170 26 174
Decimal 120 22 124
Hex 78 16 7C

RGB Percentages of Color #78167c

%45.11
%8.27
%46.62

CMYK Percentages of Color #78167c

%3
%82
%0
%51

Triadic Colors of #78167c

#78167c #7c7816 #167c78

Analogous Colors of #78167c

#78167c #7c164d #45167c

Monochromatic Colors of #78167c

#78167c

Complementary Color

#78167c #1a7c16

#78167c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78167c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78167c Color CSS Codes

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

#78167c Text Font Color

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

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


#78167c Background Color

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

This div background color is #78167c


#78167c Border Color

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

This div border color is #78167c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78167c


Comments

No comments written yet.

Please login to write comment.