Color Hex Logo

#71939c Color Hex

#71939C
(113,147,156)
0 Favorites   0 Comments

Color spaces of #71939c

RGB 113147156
HSL0.530.180.53
HSV193°28°61°
CMYK 0.280.060.00   0.39
XYZ23.244526.778435.3961
Yxy26.77840.27210.3135
Hunter Lab51.7479-10.3787-4.3315
CIE-Lab58.7686-9.6007-8.6072

#71939c color RGB value is (113,147,156).

#71939c hex color red value is 113, green value is 147 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #71939c hue: 0.53 , saturation: 0.18 and the lightness value of 71939c is 0.53.

The process color (four color CMYK) of #71939c color hex is 0.28, 0.06, 0.00, 0.39. Web safe color of #71939c is #669999. Color #71939c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 10011100
Octal 161 223 234
Decimal 113 147 156
Hex 71 93 9C

RGB Percentages of Color #71939c

%27.16
%35.34
%37.50

CMYK Percentages of Color #71939c

%28
%6
%0
%39

Triadic Colors of #71939c

#71939c #9c7193 #939c71

Analogous Colors of #71939c

#71939c #717e9c #719c90

Monochromatic Colors of #71939c

#71939c

Complementary Color

#71939c #9c7a71

#71939c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71939c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71939c Color CSS Codes

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

#71939c Text Font Color

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

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


#71939c Background Color

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

This div background color is #71939c


#71939c Border Color

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

This div border color is #71939c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71939c


Comments

No comments written yet.

Please login to write comment.