Color Hex Logo

#77055e Color Hex

#77055E
(119,5,94)
0 Favorites   0 Comments

Color spaces of #77055e

RGB 119594
HSL0.870.920.24
HSV313°96°47°
CMYK 0.000.960.21   0.53
XYZ9.68244.838611.0133
Yxy4.83860.37920.1895
Hunter Lab21.996840.0764-14.2874
CIE-Lab26.269951.3190-20.3065

#77055e color RGB value is (119,5,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000101 01011110
Octal 167 5 136
Decimal 119 5 94
Hex 77 5 5E

RGB Percentages of Color #77055e

%54.59
%2.29
%43.12

CMYK Percentages of Color #77055e

%0
%96
%21
%53

Triadic Colors of #77055e

#77055e #5e7705 #055e77

Analogous Colors of #77055e

#77055e #770525 #570577

Monochromatic Colors of #77055e

#77055e

Complementary Color

#77055e #05771e

#77055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77055e Color CSS Codes

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

#77055e Text Font Color

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

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


#77055e Background Color

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

This div background color is #77055e


#77055e Border Color

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

This div border color is #77055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77055e


Comments

No comments written yet.

Please login to write comment.