Color Hex Logo

#71867f Color Hex

#71867F
(113,134,127)
0 Favorites   0 Comments

Color spaces of #71867f

RGB 113134127
HSL0.440.090.48
HSV160°16°53°
CMYK 0.160.000.05   0.47
XYZ19.165922.093223.3329
Yxy22.09320.29670.3420
Hunter Lab47.0034-9.47163.4703
CIE-Lab54.1258-9.06421.2234

#71867f color RGB value is (113,134,127).

#71867f hex color red value is 113, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #71867f hue: 0.44 , saturation: 0.09 and the lightness value of 71867f is 0.48.

The process color (four color CMYK) of #71867f color hex is 0.16, 0.00, 0.05, 0.47. Web safe color of #71867f is #669966. Color #71867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 01111111
Octal 161 206 177
Decimal 113 134 127
Hex 71 86 7F

RGB Percentages of Color #71867f

%30.21
%35.83
%33.96

CMYK Percentages of Color #71867f

%16
%0
%5
%47

Triadic Colors of #71867f

#71867f #7f7186 #867f71

Analogous Colors of #71867f

#71867f #718386 #718675

Monochromatic Colors of #71867f

#71867f

Complementary Color

#71867f #867178

#71867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71867f Color CSS Codes

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

#71867f Text Font Color

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

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


#71867f Background Color

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

This div background color is #71867f


#71867f Border Color

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

This div border color is #71867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71867f


Comments

No comments written yet.

Please login to write comment.