Color Hex Logo

#71526f Color Hex

#71526F
(113,82,111)
0 Favorites   0 Comments

Color spaces of #71526f

RGB 11382111
HSL0.840.160.38
HSV304°27°44°
CMYK 0.000.270.02   0.56
XYZ12.696610.693016.4337
Yxy10.69300.31880.2685
Hunter Lab32.700212.0815-6.9065
CIE-Lab39.058518.2742-11.5565

#71526f color RGB value is (113,82,111).

#71526f hex color red value is 113, green value is 82 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #71526f hue: 0.84 , saturation: 0.16 and the lightness value of 71526f is 0.38.

The process color (four color CMYK) of #71526f color hex is 0.00, 0.27, 0.02, 0.56. Web safe color of #71526f is #666666. Color #71526f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 01101111
Octal 161 122 157
Decimal 113 82 111
Hex 71 52 6F

RGB Percentages of Color #71526f

%36.93
%26.80
%36.27

CMYK Percentages of Color #71526f

%0
%27
%2
%56

Triadic Colors of #71526f

#71526f #6f7152 #526f71

Analogous Colors of #71526f

#71526f #715260 #645271

Monochromatic Colors of #71526f

#71526f

Complementary Color

#71526f #527154

#71526f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71526f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71526f Color CSS Codes

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

#71526f Text Font Color

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

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


#71526f Background Color

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

This div background color is #71526f


#71526f Border Color

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

This div border color is #71526f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71526f


Comments

No comments written yet.

Please login to write comment.