Color Hex Logo

#1f777f Color Hex

#1F777F
(31,119,127)
0 Favorites   0 Comments

Color spaces of #1f777f

RGB 31119127
HSL0.510.610.31
HSV185°76°50°
CMYK 0.760.060.00   0.50
XYZ10.992715.017322.3979
Yxy15.01730.22710.3102
Hunter Lab38.7522-17.1818-7.1418
CIE-Lab45.6579-22.1585-11.7559

#1f777f color RGB value is (31,119,127).

#1f777f hex color red value is 31, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #1f777f hue: 0.51 , saturation: 0.61 and the lightness value of 1f777f is 0.31.

The process color (four color CMYK) of #1f777f color hex is 0.76, 0.06, 0.00, 0.50. Web safe color of #1f777f is #336666. Color #1f777f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01110111 01111111
Octal 37 167 177
Decimal 31 119 127
Hex 1F 77 7F

RGB Percentages of Color #1f777f

%11.19
%42.96
%45.85

CMYK Percentages of Color #1f777f

%76
%6
%0
%50

Triadic Colors of #1f777f

#1f777f #7f1f77 #777f1f

Analogous Colors of #1f777f

#1f777f #1f477f #1f7f57

Monochromatic Colors of #1f777f

#1f777f

Complementary Color

#1f777f #7f271f

#1f777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f777f Color CSS Codes

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

#1f777f Text Font Color

<p style="color:#1f777f">Text here</p>

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


#1f777f Background Color

<div style="background-color:#1f777f">
Div content here</div>

This div background color is #1f777f


#1f777f Border Color

<div style="border:3px solid #1f777f">
Div here</div>

This div border color is #1f777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f777f


Comments

No comments written yet.

Please login to write comment.