Color Hex Logo

#71739d Color Hex

#71739D
(113,115,157)
0 Favorites   0 Comments

Color spaces of #71739d

RGB 113115157
HSL0.660.180.53
HSV237°28°62°
CMYK 0.280.270.00   0.38
XYZ19.026618.206534.4097
Yxy18.20650.26560.2541
Hunter Lab42.66914.9242-17.9450
CIE-Lab49.74569.1037-22.8747

#71739d color RGB value is (113,115,157).

#71739d hex color red value is 113, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #71739d hue: 0.66 , saturation: 0.18 and the lightness value of 71739d is 0.53.

The process color (four color CMYK) of #71739d color hex is 0.28, 0.27, 0.00, 0.38. Web safe color of #71739d is #666699. Color #71739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110011 10011101
Octal 161 163 235
Decimal 113 115 157
Hex 71 73 9D

RGB Percentages of Color #71739d

%29.35
%29.87
%40.78

CMYK Percentages of Color #71739d

%28
%27
%0
%38

Triadic Colors of #71739d

#71739d #9d7173 #739d71

Analogous Colors of #71739d

#71739d #85719d #71899d

Monochromatic Colors of #71739d

#71739d

Complementary Color

#71739d #9d9b71

#71739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71739d Color CSS Codes

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

#71739d Text Font Color

<p style="color:#71739d">Text here</p>

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


#71739d Background Color

<div style="background-color:#71739d">
Div content here</div>

This div background color is #71739d


#71739d Border Color

<div style="border:3px solid #71739d">
Div here</div>

This div border color is #71739d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,115,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71739d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71739d;
  -webkit-box-shadow: 1px 1px 3px 2px #71739d;
  box-shadow:         1px 1px 3px 2px #71739d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71739d


Comments

No comments written yet.

Please login to write comment.