Color Hex Logo

#771170 Color Hex

#771170
(119,17,112)
0 Favorites   0 Comments

Color spaces of #771170

RGB 11917112
HSL0.840.750.27
HSV304°86°47°
CMYK 0.000.860.06   0.53
XYZ10.73285.492715.8237
Yxy5.49270.33490.1714
Hunter Lab23.436540.7306-23.6255
CIE-Lab28.094751.6096-29.1254

#771170 color RGB value is (119,17,112).

#771170 hex color red value is 119, green value is 17 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #771170 hue: 0.84 , saturation: 0.75 and the lightness value of 771170 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010001 01110000
Octal 167 21 160
Decimal 119 17 112
Hex 77 11 70

RGB Percentages of Color #771170

%47.98
%6.85
%45.16

CMYK Percentages of Color #771170

%0
%86
%6
%53

Triadic Colors of #771170

#771170 #707711 #117077

Analogous Colors of #771170

#771170 #77113d #4b1177

Monochromatic Colors of #771170

#771170

Complementary Color

#771170 #117718

#771170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771170 Color CSS Codes

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

#771170 Text Font Color

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

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


#771170 Background Color

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

This div background color is #771170


#771170 Border Color

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

This div border color is #771170


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,17,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #771170; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #771170;
  -webkit-box-shadow: 1px 1px 3px 2px #771170;
  box-shadow:         1px 1px 3px 2px #771170; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,17,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771170


Comments

No comments written yet.

Please login to write comment.