Color Hex Logo

#781971 Color Hex

#781971
(120,25,113)
0 Favorites   0 Comments

Color spaces of #781971

RGB 12025113
HSL0.850.660.28
HSV304°79°47°
CMYK 0.000.790.06   0.53
XYZ11.07405.880616.1742
Yxy5.88060.33430.1775
Hunter Lab24.249939.0765-22.5702
CIE-Lab29.109249.7711-28.1470

#781971 color RGB value is (120,25,113).

#781971 hex color red value is 120, green value is 25 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #781971 hue: 0.85 , saturation: 0.66 and the lightness value of 781971 is 0.28.

The process color (four color CMYK) of #781971 color hex is 0.00, 0.79, 0.06, 0.53. Web safe color of #781971 is #660066. Color #781971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011001 01110001
Octal 170 31 161
Decimal 120 25 113
Hex 78 19 71

RGB Percentages of Color #781971

%46.51
%9.69
%43.80

CMYK Percentages of Color #781971

%0
%79
%6
%53

Triadic Colors of #781971

#781971 #717819 #197178

Analogous Colors of #781971

#781971 #781942 #501978

Monochromatic Colors of #781971

#781971

Complementary Color

#781971 #197820

#781971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781971 Color CSS Codes

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

#781971 Text Font Color

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

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


#781971 Background Color

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

This div background color is #781971


#781971 Border Color

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

This div border color is #781971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781971


Comments

No comments written yet.

Please login to write comment.