Color Hex Logo

#717896 Color Hex

#717896
(113,120,150)
0 Favorites   0 Comments

Color spaces of #717896

RGB 113120150
HSL0.640.150.52
HSV229°25°59°
CMYK 0.250.200.00   0.41
XYZ19.031519.145731.5466
Yxy19.14570.27300.2746
Hunter Lab43.75581.0656-12.1172
CIE-Lab50.85724.3373-17.0698

#717896 color RGB value is (113,120,150).

#717896 hex color red value is 113, green value is 120 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #717896 hue: 0.64 , saturation: 0.15 and the lightness value of 717896 is 0.52.

The process color (four color CMYK) of #717896 color hex is 0.25, 0.20, 0.00, 0.41. Web safe color of #717896 is #666699. Color #717896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 10010110
Octal 161 170 226
Decimal 113 120 150
Hex 71 78 96

RGB Percentages of Color #717896

%29.50
%31.33
%39.16

CMYK Percentages of Color #717896

%25
%20
%0
%41

Triadic Colors of #717896

#717896 #967178 #789671

Analogous Colors of #717896

#717896 #7d7196 #718b96

Monochromatic Colors of #717896

#717896

Complementary Color

#717896 #968f71

#717896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717896 Color CSS Codes

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

#717896 Text Font Color

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

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


#717896 Background Color

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

This div background color is #717896


#717896 Border Color

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

This div border color is #717896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717896


Comments

No comments written yet.

Please login to write comment.