Color Hex Logo

#77059d Color Hex

#77059D
(119,5,157)
0 Favorites   0 Comments

Color spaces of #77059d

RGB 1195157
HSL0.790.940.32
HSV285°97°62°
CMYK 0.240.970.00   0.38
XYZ13.74786.464832.4215
Yxy6.46480.26120.1228
Hunter Lab25.426052.0193-57.8045
CIE-Lab30.556161.7904-53.2841

#77059d color RGB value is (119,5,157).

#77059d hex color red value is 119, green value is 5 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #77059d hue: 0.79 , saturation: 0.94 and the lightness value of 77059d is 0.32.

The process color (four color CMYK) of #77059d color hex is 0.24, 0.97, 0.00, 0.38. Web safe color of #77059d is #660099. Color #77059d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000101 10011101
Octal 167 5 235
Decimal 119 5 157
Hex 77 5 9D

RGB Percentages of Color #77059d

%42.35
%1.78
%55.87

CMYK Percentages of Color #77059d

%24
%97
%0
%38

Triadic Colors of #77059d

#77059d #9d7705 #059d77

Analogous Colors of #77059d

#77059d #9d0577 #2b059d

Monochromatic Colors of #77059d

#77059d

Complementary Color

#77059d #2b9d05

#77059d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77059d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77059d Color CSS Codes

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

#77059d Text Font Color

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

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


#77059d Background Color

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

This div background color is #77059d


#77059d Border Color

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

This div border color is #77059d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77059d


Comments

No comments written yet.

Please login to write comment.