Color Hex Logo

#717388 Color Hex

#717388
(113,115,136)
0 Favorites   0 Comments

Color spaces of #717388

RGB 113115136
HSL0.650.090.49
HSV235°17°53°
CMYK 0.170.150.00   0.47
XYZ17.384717.549825.7637
Yxy17.54980.28640.2891
Hunter Lab41.89250.7628-7.1384
CIE-Lab48.94543.8849-11.7278

#717388 color RGB value is (113,115,136).

#717388 hex color red value is 113, green value is 115 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #717388 hue: 0.65 , saturation: 0.09 and the lightness value of 717388 is 0.49.

The process color (four color CMYK) of #717388 color hex is 0.17, 0.15, 0.00, 0.47. Web safe color of #717388 is #666699. Color #717388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110011 10001000
Octal 161 163 210
Decimal 113 115 136
Hex 71 73 88

RGB Percentages of Color #717388

%31.04
%31.59
%37.36

CMYK Percentages of Color #717388

%17
%15
%0
%47

Triadic Colors of #717388

#717388 #887173 #738871

Analogous Colors of #717388

#717388 #7b7188 #717f88

Monochromatic Colors of #717388

#717388

Complementary Color

#717388 #888671

#717388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717388 Color CSS Codes

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

#717388 Text Font Color

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

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


#717388 Background Color

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

This div background color is #717388


#717388 Border Color

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

This div border color is #717388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717388


Comments

No comments written yet.

Please login to write comment.