Color Hex Logo

#718183 Color Hex

#718183
(113,129,131)
0 Favorites   0 Comments

Color spaces of #718183

RGB 113129131
HSL0.520.070.48
HSV187°14°51°
CMYK 0.140.020.00   0.49
XYZ18.757020.849924.5086
Yxy20.84990.29260.3252
Hunter Lab45.6617-6.58340.1397
CIE-Lab52.7848-5.3845-3.0659

#718183 color RGB value is (113,129,131).

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

The process color (four color CMYK) of #718183 color hex is 0.14, 0.02, 0.00, 0.49. Web safe color of #718183 is #669999. Color #718183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000001 10000011
Octal 161 201 203
Decimal 113 129 131
Hex 71 81 83

RGB Percentages of Color #718183

%30.29
%34.58
%35.12

CMYK Percentages of Color #718183

%14
%2
%0
%49

Triadic Colors of #718183

#718183 #837181 #818371

Analogous Colors of #718183

#718183 #717883 #71837c

Monochromatic Colors of #718183

#718183

Complementary Color

#718183 #837371

#718183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718183 Color CSS Codes

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

#718183 Text Font Color

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

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


#718183 Background Color

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

This div background color is #718183


#718183 Border Color

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

This div border color is #718183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718183


Comments

No comments written yet.

Please login to write comment.