Color Hex Logo

#718385 Color Hex

#718385
(113,131,133)
0 Favorites   0 Comments

Color spaces of #718385

RGB 113131133
HSL0.520.080.48
HSV186°15°52°
CMYK 0.150.020.00   0.48
XYZ19.160021.436825.3182
Yxy21.43680.29070.3252
Hunter Lab46.2999-7.1573-0.0117
CIE-Lab53.4243-6.0706-3.2886

#718385 color RGB value is (113,131,133).

#718385 hex color red value is 113, green value is 131 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #718385 hue: 0.52 , saturation: 0.08 and the lightness value of 718385 is 0.48.

The process color (four color CMYK) of #718385 color hex is 0.15, 0.02, 0.00, 0.48. Web safe color of #718385 is #669999. Color #718385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000011 10000101
Octal 161 203 205
Decimal 113 131 133
Hex 71 83 85

RGB Percentages of Color #718385

%29.97
%34.75
%35.28

CMYK Percentages of Color #718385

%15
%2
%0
%48

Triadic Colors of #718385

#718385 #857183 #838571

Analogous Colors of #718385

#718385 #717985 #71857d

Monochromatic Colors of #718385

#718385

Complementary Color

#718385 #857371

#718385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718385 Color CSS Codes

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

#718385 Text Font Color

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

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


#718385 Background Color

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

This div background color is #718385


#718385 Border Color

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

This div border color is #718385


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,131,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718385; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718385;
  -webkit-box-shadow: 1px 1px 3px 2px #718385;
  box-shadow:         1px 1px 3px 2px #718385; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718385


Comments

No comments written yet.

Please login to write comment.