Color Hex Logo

#718593 Color Hex

#718593
(113,133,147)
0 Favorites   0 Comments

Color spaces of #718593

RGB 113133147
HSL0.570.140.51
HSV205°23°58°
CMYK 0.230.100.00   0.42
XYZ20.464022.392430.8473
Yxy22.39240.27770.3038
Hunter Lab47.3206-5.6180-5.5255
CIE-Lab54.4409-3.9471-9.9059

#718593 color RGB value is (113,133,147).

#718593 hex color red value is 113, green value is 133 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #718593 hue: 0.57 , saturation: 0.14 and the lightness value of 718593 is 0.51.

The process color (four color CMYK) of #718593 color hex is 0.23, 0.10, 0.00, 0.42. Web safe color of #718593 is #669999. Color #718593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000101 10010011
Octal 161 205 223
Decimal 113 133 147
Hex 71 85 93

RGB Percentages of Color #718593

%28.75
%33.84
%37.40

CMYK Percentages of Color #718593

%23
%10
%0
%42

Triadic Colors of #718593

#718593 #937185 #859371

Analogous Colors of #718593

#718593 #717493 #719390

Monochromatic Colors of #718593

#718593

Complementary Color

#718593 #937f71

#718593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718593 Color CSS Codes

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

#718593 Text Font Color

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

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


#718593 Background Color

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

This div background color is #718593


#718593 Border Color

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

This div border color is #718593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718593


Comments

No comments written yet.

Please login to write comment.