Color Hex Logo

#71828c Color Hex

#71828C
(113,130,140)
0 Favorites   0 Comments

Color spaces of #71828c

RGB 113130140
HSL0.560.110.50
HSV202°19°55°
CMYK 0.190.070.00   0.45
XYZ19.526321.369427.9065
Yxy21.36940.28380.3106
Hunter Lab46.2270-5.4990-3.4335
CIE-Lab53.3514-3.9002-7.4699

#71828c color RGB value is (113,130,140).

#71828c hex color red value is 113, green value is 130 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #71828c hue: 0.56 , saturation: 0.11 and the lightness value of 71828c is 0.50.

The process color (four color CMYK) of #71828c color hex is 0.19, 0.07, 0.00, 0.45. Web safe color of #71828c is #669999. Color #71828c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 10001100
Octal 161 202 214
Decimal 113 130 140
Hex 71 82 8C

RGB Percentages of Color #71828c

%29.50
%33.94
%36.55

CMYK Percentages of Color #71828c

%19
%7
%0
%45

Triadic Colors of #71828c

#71828c #8c7182 #828c71

Analogous Colors of #71828c

#71828c #71758c #718c89

Monochromatic Colors of #71828c

#71828c

Complementary Color

#71828c #8c7b71

#71828c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71828c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71828c Color CSS Codes

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

#71828c Text Font Color

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

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


#71828c Background Color

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

This div background color is #71828c


#71828c Border Color

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

This div border color is #71828c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71828c


Comments

No comments written yet.

Please login to write comment.