Color Hex Logo

#71738d Color Hex

#71738D
(113,115,141)
0 Favorites   0 Comments

Color spaces of #71738d

RGB 113115141
HSL0.650.110.50
HSV236°20°55°
CMYK 0.200.180.00   0.45
XYZ17.748517.695327.6794
Yxy17.69530.28120.2803
Hunter Lab42.06581.6980-9.5669
CIE-Lab49.12445.0795-14.4123

#71738d color RGB value is (113,115,141).

#71738d hex color red value is 113, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #71738d hue: 0.65 , saturation: 0.11 and the lightness value of 71738d is 0.50.

The process color (four color CMYK) of #71738d color hex is 0.20, 0.18, 0.00, 0.45. Web safe color of #71738d is #666699. Color #71738d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110011 10001101
Octal 161 163 215
Decimal 113 115 141
Hex 71 73 8D

RGB Percentages of Color #71738d

%30.62
%31.17
%38.21

CMYK Percentages of Color #71738d

%20
%18
%0
%45

Triadic Colors of #71738d

#71738d #8d7173 #738d71

Analogous Colors of #71738d

#71738d #7d718d #71818d

Monochromatic Colors of #71738d

#71738d

Complementary Color

#71738d #8d8b71

#71738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71738d Color CSS Codes

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

#71738d Text Font Color

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

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


#71738d Background Color

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

This div background color is #71738d


#71738d Border Color

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

This div border color is #71738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71738d


Comments

No comments written yet.

Please login to write comment.