Color Hex Logo

#717f94 Color Hex

#717F94
(113,127,148)
0 Favorites   0 Comments

Color spaces of #717f94

RGB 113127148
HSL0.600.140.51
HSV216°24°58°
CMYK 0.240.140.00   0.42
XYZ19.744720.827630.9964
Yxy20.82760.27590.2910
Hunter Lab45.6373-2.6382-8.3231
CIE-Lab52.7603-0.2563-13.0148

#717f94 color RGB value is (113,127,148).

#717f94 hex color red value is 113, green value is 127 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #717f94 hue: 0.60 , saturation: 0.14 and the lightness value of 717f94 is 0.51.

The process color (four color CMYK) of #717f94 color hex is 0.24, 0.14, 0.00, 0.42. Web safe color of #717f94 is #666699. Color #717f94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111111 10010100
Octal 161 177 224
Decimal 113 127 148
Hex 71 7F 94

RGB Percentages of Color #717f94

%29.12
%32.73
%38.14

CMYK Percentages of Color #717f94

%24
%14
%0
%42

Triadic Colors of #717f94

#717f94 #94717f #7f9471

Analogous Colors of #717f94

#717f94 #757194 #719194

Monochromatic Colors of #717f94

#717f94

Complementary Color

#717f94 #948671

#717f94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717f94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717f94 Color CSS Codes

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

#717f94 Text Font Color

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

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


#717f94 Background Color

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

This div background color is #717f94


#717f94 Border Color

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

This div border color is #717f94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,127,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #717f94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #717f94;
  -webkit-box-shadow: 1px 1px 3px 2px #717f94;
  box-shadow:         1px 1px 3px 2px #717f94; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717f94


Comments

No comments written yet.

Please login to write comment.