Color Hex Logo

#71808a Color Hex

#71808A
(113,128,138)
0 Favorites   0 Comments

Color spaces of #71808a

RGB 113128138
HSL0.570.100.49
HSV204°18°54°
CMYK 0.180.070.00   0.46
XYZ19.116720.784027.0489
Yxy20.78400.28550.3104
Hunter Lab45.5895-4.9325-3.2650
CIE-Lab52.7123-3.2227-7.2570

#71808a color RGB value is (113,128,138).

#71808a hex color red value is 113, green value is 128 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71808a hue: 0.57 , saturation: 0.10 and the lightness value of 71808a is 0.49.

The process color (four color CMYK) of #71808a color hex is 0.18, 0.07, 0.00, 0.46. Web safe color of #71808a is #669999. Color #71808a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 10001010
Octal 161 200 212
Decimal 113 128 138
Hex 71 80 8A

RGB Percentages of Color #71808a

%29.82
%33.77
%36.41

CMYK Percentages of Color #71808a

%18
%7
%0
%46

Triadic Colors of #71808a

#71808a #8a7180 #808a71

Analogous Colors of #71808a

#71808a #71748a #718a88

Monochromatic Colors of #71808a

#71808a

Complementary Color

#71808a #8a7b71

#71808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71808a Color CSS Codes

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

#71808a Text Font Color

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

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


#71808a Background Color

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

This div background color is #71808a


#71808a Border Color

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

This div border color is #71808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71808a


Comments

No comments written yet.

Please login to write comment.