Color Hex Logo

#71567a Color Hex

#71567A
(113,86,122)
0 Favorites   0 Comments

Color spaces of #71567a

RGB 11386122
HSL0.790.170.41
HSV285°30°48°
CMYK 0.070.300.00   0.52
XYZ13.650711.571419.9264
Yxy11.57140.30240.2563
Hunter Lab34.016812.1015-10.9193
CIE-Lab40.526718.1943-16.0900

#71567a color RGB value is (113,86,122).

#71567a hex color red value is 113, green value is 86 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #71567a hue: 0.79 , saturation: 0.17 and the lightness value of 71567a is 0.41.

The process color (four color CMYK) of #71567a color hex is 0.07, 0.30, 0.00, 0.52. Web safe color of #71567a is #666666. Color #71567a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010110 01111010
Octal 161 126 172
Decimal 113 86 122
Hex 71 56 7A

RGB Percentages of Color #71567a

%35.20
%26.79
%38.01

CMYK Percentages of Color #71567a

%7
%30
%0
%52

Triadic Colors of #71567a

#71567a #7a7156 #567a71

Analogous Colors of #71567a

#71567a #7a5671 #5f567a

Monochromatic Colors of #71567a

#71567a

Complementary Color

#71567a #5f7a56

#71567a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71567a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71567a Color CSS Codes

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

#71567a Text Font Color

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

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


#71567a Background Color

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

This div background color is #71567a


#71567a Border Color

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

This div border color is #71567a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71567a


Comments

No comments written yet.

Please login to write comment.