Color Hex Logo

#77037f Color Hex

#77037F
(119,3,127)
0 Favorites   0 Comments

Color spaces of #77037f

RGB 1193127
HSL0.820.950.25
HSV296°98°50°
CMYK 0.060.980.00   0.50
XYZ11.47115.519420.5394
Yxy5.51940.30570.1471
Hunter Lab23.493446.0426-35.3896
CIE-Lab28.166156.7212-38.5540

#77037f color RGB value is (119,3,127).

#77037f hex color red value is 119, green value is 3 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #77037f hue: 0.82 , saturation: 0.95 and the lightness value of 77037f is 0.25.

The process color (four color CMYK) of #77037f color hex is 0.06, 0.98, 0.00, 0.50. Web safe color of #77037f is #660066. Color #77037f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000011 01111111
Octal 167 3 177
Decimal 119 3 127
Hex 77 3 7F

RGB Percentages of Color #77037f

%47.79
%1.20
%51.00

CMYK Percentages of Color #77037f

%6
%98
%0
%50

Triadic Colors of #77037f

#77037f #7f7703 #037f77

Analogous Colors of #77037f

#77037f #7f0349 #39037f

Monochromatic Colors of #77037f

#77037f

Complementary Color

#77037f #0b7f03

#77037f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77037f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77037f Color CSS Codes

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

#77037f Text Font Color

<p style="color:#77037f">Text here</p>

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


#77037f Background Color

<div style="background-color:#77037f">
Div content here</div>

This div background color is #77037f


#77037f Border Color

<div style="border:3px solid #77037f">
Div here</div>

This div border color is #77037f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77037f


Comments

No comments written yet.

Please login to write comment.