Color Hex Logo

#71586c Color Hex

#71586C
(113,88,108)
0 Favorites   0 Comments

Color spaces of #71586c

RGB 11388108
HSL0.870.120.39
HSV312°22°44°
CMYK 0.000.220.04   0.56
XYZ13.006511.572915.7356
Yxy11.57290.32260.2871
Hunter Lab34.01908.7129-3.6115
CIE-Lab40.529113.9983-7.4913

#71586c color RGB value is (113,88,108).

#71586c hex color red value is 113, green value is 88 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #71586c hue: 0.87 , saturation: 0.12 and the lightness value of 71586c is 0.39.

The process color (four color CMYK) of #71586c color hex is 0.00, 0.22, 0.04, 0.56. Web safe color of #71586c is #666666. Color #71586c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011000 01101100
Octal 161 130 154
Decimal 113 88 108
Hex 71 58 6C

RGB Percentages of Color #71586c

%36.57
%28.48
%34.95

CMYK Percentages of Color #71586c

%0
%22
%4
%56

Triadic Colors of #71586c

#71586c #6c7158 #586c71

Analogous Colors of #71586c

#71586c #715860 #6a5871

Monochromatic Colors of #71586c

#71586c

Complementary Color

#71586c #58715d

#71586c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71586c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71586c Color CSS Codes

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

#71586c Text Font Color

<p style="color:#71586c">Text here</p>

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


#71586c Background Color

<div style="background-color:#71586c">
Div content here</div>

This div background color is #71586c


#71586c Border Color

<div style="border:3px solid #71586c">
Div here</div>

This div border color is #71586c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,88,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71586c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71586c;
  -webkit-box-shadow: 1px 1px 3px 2px #71586c;
  box-shadow:         1px 1px 3px 2px #71586c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71586c


Comments

No comments written yet.

Please login to write comment.