Color Hex Logo

#77044e Color Hex

#77044E
(119,4,78)
0 Favorites   0 Comments

Color spaces of #77044e

RGB 119478
HSL0.890.930.24
HSV321°97°47°
CMYK 0.000.970.34   0.53
XYZ9.02634.55887.6119
Yxy4.55880.42580.2151
Hunter Lab21.351338.0962-6.1913
CIE-Lab25.438949.5025-10.9436

#77044e color RGB value is (119,4,78).

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

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

Base Numbers

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

RGB Percentages of Color #77044e

%59.20
%1.99
%38.81

CMYK Percentages of Color #77044e

%0
%97
%34
%53

Triadic Colors of #77044e

#77044e #4e7704 #044e77

Analogous Colors of #77044e

#77044e #770415 #670477

Monochromatic Colors of #77044e

#77044e

Complementary Color

#77044e #04772d

#77044e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77044e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77044e Color CSS Codes

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

#77044e Text Font Color

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

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


#77044e Background Color

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

This div background color is #77044e


#77044e Border Color

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

This div border color is #77044e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77044e


Comments

No comments written yet.

Please login to write comment.