Color Hex Logo

#77087f Color Hex

#77087F
(119,8,127)
0 Favorites   0 Comments

Color spaces of #77087f

RGB 1198127
HSL0.820.880.26
HSV296°94°50°
CMYK 0.060.940.00   0.50
XYZ11.52535.627920.5575
Yxy5.62790.30560.1492
Hunter Lab23.723245.2040-34.7719
CIE-Lab28.453655.8704-38.0920

#77087f color RGB value is (119,8,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001000 01111111
Octal 167 10 177
Decimal 119 8 127
Hex 77 8 7F

RGB Percentages of Color #77087f

%46.85
%3.15
%50.00

CMYK Percentages of Color #77087f

%6
%94
%0
%50

Triadic Colors of #77087f

#77087f #7f7708 #087f77

Analogous Colors of #77087f

#77087f #7f084c #3c087f

Monochromatic Colors of #77087f

#77087f

Complementary Color

#77087f #107f08

#77087f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77087f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77087f Color CSS Codes

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

#77087f Text Font Color

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

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


#77087f Background Color

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

This div background color is #77087f


#77087f Border Color

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

This div border color is #77087f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77087f


Comments

No comments written yet.

Please login to write comment.