Color Hex Logo

#717286 Color Hex

#717286
(113,114,134)
1 Favorites   0 Comments

Color spaces of #717286

RGB 113114134
HSL0.660.090.48
HSV237°16°53°
CMYK 0.160.150.00   0.47
XYZ17.130417.266624.9842
Yxy17.26660.28850.2908
Hunter Lab41.55310.8693-6.5615
CIE-Lab48.59424.0081-11.0731

#717286 color RGB value is (113,114,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110010 10000110
Octal 161 162 206
Decimal 113 114 134
Hex 71 72 86

RGB Percentages of Color #717286

%31.30
%31.58
%37.12

CMYK Percentages of Color #717286

%16
%15
%0
%47

Triadic Colors of #717286

#717286 #867172 #728671

Analogous Colors of #717286

#717286 #7b7186 #717d86

Monochromatic Colors of #717286

#717286

Complementary Color

#717286 #868571

#717286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717286 Color CSS Codes

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

#717286 Text Font Color

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

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


#717286 Background Color

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

This div background color is #717286


#717286 Border Color

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

This div border color is #717286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717286

#717286 Color Palettes


Comments

No comments written yet.

Please login to write comment.