Color Hex Logo

#77114e Color Hex

#77114E
(119,17,78)
0 Favorites   0 Comments

Color spaces of #77114e

RGB 1191778
HSL0.900.750.27
HSV324°86°47°
CMYK 0.000.860.34   0.53
XYZ9.18334.87297.6643
Yxy4.87290.42280.2243
Hunter Lab22.074635.6274-5.1332
CIE-Lab26.369546.8061-9.5276

#77114e color RGB value is (119,17,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010001 01001110
Octal 167 21 116
Decimal 119 17 78
Hex 77 11 4E

RGB Percentages of Color #77114e

%55.61
%7.94
%36.45

CMYK Percentages of Color #77114e

%0
%86
%34
%53

Triadic Colors of #77114e

#77114e #4e7711 #114e77

Analogous Colors of #77114e

#77114e #77111b #6d1177

Monochromatic Colors of #77114e

#77114e

Complementary Color

#77114e #11773a

#77114e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77114e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77114e Color CSS Codes

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

#77114e Text Font Color

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

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


#77114e Background Color

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

This div background color is #77114e


#77114e Border Color

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

This div border color is #77114e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77114e


Comments

No comments written yet.

Please login to write comment.