Color Hex Logo

#71868f Color Hex

#71868F
(113,134,143)
0 Favorites   0 Comments

Color spaces of #71868f

RGB 113134143
HSL0.550.120.50
HSV198°21°56°
CMYK 0.210.060.00   0.44
XYZ20.293122.544129.2685
Yxy22.54410.28140.3127
Hunter Lab47.4806-6.8007-3.3117
CIE-Lab54.5996-5.4678-7.3519

#71868f color RGB value is (113,134,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 10001111
Octal 161 206 217
Decimal 113 134 143
Hex 71 86 8F

RGB Percentages of Color #71868f

%28.97
%34.36
%36.67

CMYK Percentages of Color #71868f

%21
%6
%0
%44

Triadic Colors of #71868f

#71868f #8f7186 #868f71

Analogous Colors of #71868f

#71868f #71778f #718f89

Monochromatic Colors of #71868f

#71868f

Complementary Color

#71868f #8f7a71

#71868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71868f Color CSS Codes

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

#71868f Text Font Color

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

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


#71868f Background Color

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

This div background color is #71868f


#71868f Border Color

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

This div border color is #71868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71868f


Comments

No comments written yet.

Please login to write comment.