Color Hex Logo

#78175a Color Hex

#78175A
(120,23,90)
0 Favorites   0 Comments

Color spaces of #78175a

RGB 1202390
HSL0.880.680.28
HSV319°81°47°
CMYK 0.000.810.25   0.53
XYZ9.89765.344010.1827
Yxy5.34400.38930.2102
Hunter Lab23.117135.9700-9.9343
CIE-Lab27.693246.9016-15.4485

#78175a color RGB value is (120,23,90).

#78175a hex color red value is 120, green value is 23 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #78175a hue: 0.88 , saturation: 0.68 and the lightness value of 78175a is 0.28.

The process color (four color CMYK) of #78175a color hex is 0.00, 0.81, 0.25, 0.53. Web safe color of #78175a is #660066. Color #78175a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010111 01011010
Octal 170 27 132
Decimal 120 23 90
Hex 78 17 5A

RGB Percentages of Color #78175a

%51.50
%9.87
%38.63

CMYK Percentages of Color #78175a

%0
%81
%25
%53

Triadic Colors of #78175a

#78175a #5a7817 #175a78

Analogous Colors of #78175a

#78175a #78172a #661778

Monochromatic Colors of #78175a

#78175a

Complementary Color

#78175a #177835

#78175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78175a Color CSS Codes

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

#78175a Text Font Color

<p style="color:#78175a">Text here</p>

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


#78175a Background Color

<div style="background-color:#78175a">
Div content here</div>

This div background color is #78175a


#78175a Border Color

<div style="border:3px solid #78175a">
Div here</div>

This div border color is #78175a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,23,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78175a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78175a;
  -webkit-box-shadow: 1px 1px 3px 2px #78175a;
  box-shadow:         1px 1px 3px 2px #78175a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78175a


Comments

No comments written yet.

Please login to write comment.