Color Hex Logo

#717292 Color Hex

#717292
(113,114,146)
0 Favorites   0 Comments

Color spaces of #717292

RGB 113114146
HSL0.660.130.51
HSV238°23°57°
CMYK 0.230.220.00   0.43
XYZ18.015717.620729.6457
Yxy17.62070.27600.2699
Hunter Lab41.97703.1489-12.4888
CIE-Lab49.03286.9016-17.5020

#717292 color RGB value is (113,114,146).

#717292 hex color red value is 113, green value is 114 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #717292 hue: 0.66 , saturation: 0.13 and the lightness value of 717292 is 0.51.

The process color (four color CMYK) of #717292 color hex is 0.23, 0.22, 0.00, 0.43. Web safe color of #717292 is #666699. Color #717292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110010 10010010
Octal 161 162 222
Decimal 113 114 146
Hex 71 72 92

RGB Percentages of Color #717292

%30.29
%30.56
%39.14

CMYK Percentages of Color #717292

%23
%22
%0
%43

Triadic Colors of #717292

#717292 #927172 #729271

Analogous Colors of #717292

#717292 #817192 #718392

Monochromatic Colors of #717292

#717292

Complementary Color

#717292 #929171

#717292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717292 Color CSS Codes

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

#717292 Text Font Color

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

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


#717292 Background Color

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

This div background color is #717292


#717292 Border Color

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

This div border color is #717292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717292


Comments

No comments written yet.

Please login to write comment.