Color Hex Logo

#781471 Color Hex

#781471
(120,20,113)
0 Favorites   0 Comments

Color spaces of #781471

RGB 12020113
HSL0.850.710.27
HSV304°83°47°
CMYK 0.000.830.06   0.53
XYZ10.97655.685616.1417
Yxy5.68560.33460.1733
Hunter Lab23.844540.4423-23.4456
CIE-Lab28.605051.2256-28.9454

#781471 color RGB value is (120,20,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010100 01110001
Octal 170 24 161
Decimal 120 20 113
Hex 78 14 71

RGB Percentages of Color #781471

%47.43
%7.91
%44.66

CMYK Percentages of Color #781471

%0
%83
%6
%53

Triadic Colors of #781471

#781471 #717814 #147178

Analogous Colors of #781471

#781471 #78143f #4d1478

Monochromatic Colors of #781471

#781471

Complementary Color

#781471 #14781b

#781471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781471 Color CSS Codes

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

#781471 Text Font Color

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

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


#781471 Background Color

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

This div background color is #781471


#781471 Border Color

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

This div border color is #781471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781471


Comments

No comments written yet.

Please login to write comment.