Color Hex Logo

#77014e Color Hex

#77014E
(119,1,78)
0 Favorites   0 Comments

Color spaces of #77014e

RGB 119178
HSL0.890.980.24
HSV321°99°47°
CMYK 0.000.990.34   0.53
XYZ8.99374.49377.6011
Yxy4.49370.42650.2131
Hunter Lab21.198338.6340-6.4208
CIE-Lab25.240750.0819-11.2463

#77014e color RGB value is (119,1,78).

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

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

Base Numbers

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

RGB Percentages of Color #77014e

%60.10
%0.51
%39.39

CMYK Percentages of Color #77014e

%0
%99
%34
%53

Triadic Colors of #77014e

#77014e #4e7701 #014e77

Analogous Colors of #77014e

#77014e #770113 #650177

Monochromatic Colors of #77014e

#77014e

Complementary Color

#77014e #01772a

#77014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77014e Color CSS Codes

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

#77014e Text Font Color

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

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


#77014e Background Color

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

This div background color is #77014e


#77014e Border Color

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

This div border color is #77014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77014e


Comments

No comments written yet.

Please login to write comment.