Color Hex Logo

#77044d Color Hex

#77044D
(119,4,77)
0 Favorites   0 Comments

Color spaces of #77044d

RGB 119477
HSL0.890.930.24
HSV322°97°47°
CMYK 0.000.970.35   0.53
XYZ8.99074.54467.4245
Yxy4.54460.42890.2168
Hunter Lab21.318137.9741-5.7264
CIE-Lab25.395849.3879-10.3361

#77044d color RGB value is (119,4,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000100 01001101
Octal 167 4 115
Decimal 119 4 77
Hex 77 4 4D

RGB Percentages of Color #77044d

%59.50
%2.00
%38.50

CMYK Percentages of Color #77044d

%0
%97
%35
%53

Triadic Colors of #77044d

#77044d #4d7704 #044d77

Analogous Colors of #77044d

#77044d #770414 #680477

Monochromatic Colors of #77044d

#77044d

Complementary Color

#77044d #04772e

#77044d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77044d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77044d Color CSS Codes

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

#77044d Text Font Color

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

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


#77044d Background Color

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

This div background color is #77044d


#77044d Border Color

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

This div border color is #77044d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77044d


Comments

No comments written yet.

Please login to write comment.