Color Hex Logo

#717f92 Color Hex

#717F92
(113,127,146)
0 Favorites   0 Comments

Color spaces of #717f92

RGB 113127146
HSL0.600.130.51
HSV215°23°57°
CMYK 0.230.130.00   0.43
XYZ19.587720.764830.1697
Yxy20.76480.27780.2944
Hunter Lab45.5684-3.0160-7.3565
CIE-Lab52.6911-0.7451-11.9538

#717f92 color RGB value is (113,127,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111111 10010010
Octal 161 177 222
Decimal 113 127 146
Hex 71 7F 92

RGB Percentages of Color #717f92

%29.27
%32.90
%37.82

CMYK Percentages of Color #717f92

%23
%13
%0
%43

Triadic Colors of #717f92

#717f92 #92717f #7f9271

Analogous Colors of #717f92

#717f92 #747192 #719092

Monochromatic Colors of #717f92

#717f92

Complementary Color

#717f92 #928471

#717f92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717f92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717f92 Color CSS Codes

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

#717f92 Text Font Color

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

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


#717f92 Background Color

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

This div background color is #717f92


#717f92 Border Color

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

This div border color is #717f92


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,127,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 #717f92">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717f92


Comments

No comments written yet.

Please login to write comment.