Color Hex Logo

#781671 Color Hex

#781671
(120,22,113)
0 Favorites   0 Comments

Color spaces of #781671

RGB 12022113
HSL0.850.690.28
HSV304°82°47°
CMYK 0.000.820.06   0.53
XYZ11.01335.759116.1539
Yxy5.75910.33450.1749
Hunter Lab23.998139.9211-23.1113
CIE-Lab28.796450.6725-28.6421

#781671 color RGB value is (120,22,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010110 01110001
Octal 170 26 161
Decimal 120 22 113
Hex 78 16 71

RGB Percentages of Color #781671

%47.06
%8.63
%44.31

CMYK Percentages of Color #781671

%0
%82
%6
%53

Triadic Colors of #781671

#781671 #717816 #167178

Analogous Colors of #781671

#781671 #781640 #4e1678

Monochromatic Colors of #781671

#781671

Complementary Color

#781671 #16781d

#781671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781671 Color CSS Codes

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

#781671 Text Font Color

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

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


#781671 Background Color

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

This div background color is #781671


#781671 Border Color

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

This div border color is #781671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781671


Comments

No comments written yet.

Please login to write comment.