Color Hex Logo

#71808f Color Hex

#71808F
(113,128,143)
0 Favorites   0 Comments

Color spaces of #71808f

RGB 113128143
HSL0.580.120.50
HSV210°21°56°
CMYK 0.210.100.00   0.44
XYZ19.487120.932228.9998
Yxy20.93220.28070.3015
Hunter Lab45.7517-4.0367-5.5549
CIE-Lab52.8752-2.0451-9.9288

#71808f color RGB value is (113,128,143).

#71808f hex color red value is 113, green value is 128 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #71808f hue: 0.58 , saturation: 0.12 and the lightness value of 71808f is 0.50.

The process color (four color CMYK) of #71808f color hex is 0.21, 0.10, 0.00, 0.44. Web safe color of #71808f is #669999. Color #71808f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 10001111
Octal 161 200 217
Decimal 113 128 143
Hex 71 80 8F

RGB Percentages of Color #71808f

%29.43
%33.33
%37.24

CMYK Percentages of Color #71808f

%21
%10
%0
%44

Triadic Colors of #71808f

#71808f #8f7180 #808f71

Analogous Colors of #71808f

#71808f #71718f #718f8f

Monochromatic Colors of #71808f

#71808f

Complementary Color

#71808f #8f8071

#71808f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71808f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71808f Color CSS Codes

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

#71808f Text Font Color

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

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


#71808f Background Color

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

This div background color is #71808f


#71808f Border Color

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

This div border color is #71808f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,128,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71808f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71808f;
  -webkit-box-shadow: 1px 1px 3px 2px #71808f;
  box-shadow:         1px 1px 3px 2px #71808f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,128,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71808f


Comments

No comments written yet.

Please login to write comment.