Color Hex Logo

#77054e Color Hex

#77054E
(119,5,78)
0 Favorites   0 Comments

Color spaces of #77054e

RGB 119578
HSL0.890.920.24
HSV322°96°47°
CMYK 0.000.960.34   0.53
XYZ9.03724.58057.6155
Yxy4.58050.42560.2157
Hunter Lab21.402137.9193-6.1157
CIE-Lab25.504549.3114-10.8434

#77054e color RGB value is (119,5,78).

#77054e hex color red value is 119, green value is 5 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #77054e hue: 0.89 , saturation: 0.92 and the lightness value of 77054e is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000101 01001110
Octal 167 5 116
Decimal 119 5 78
Hex 77 5 4E

RGB Percentages of Color #77054e

%58.91
%2.48
%38.61

CMYK Percentages of Color #77054e

%0
%96
%34
%53

Triadic Colors of #77054e

#77054e #4e7705 #054e77

Analogous Colors of #77054e

#77054e #770515 #670577

Monochromatic Colors of #77054e

#77054e

Complementary Color

#77054e #05772e

#77054e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77054e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77054e Color CSS Codes

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

#77054e Text Font Color

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

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


#77054e Background Color

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

This div background color is #77054e


#77054e Border Color

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

This div border color is #77054e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,5,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 #77054e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77054e


Comments

No comments written yet.

Please login to write comment.