Color Hex Logo

#717490 Color Hex

#717490
(113,116,144)
0 Favorites   0 Comments

Color spaces of #717490

RGB 113116144
HSL0.650.120.50
HSV234°22°56°
CMYK 0.220.190.00   0.44
XYZ18.089518.015128.9094
Yxy18.01510.27820.2771
Hunter Lab42.44421.7984-10.6724
CIE-Lab49.51445.2172-15.5894

#717490 color RGB value is (113,116,144).

#717490 hex color red value is 113, green value is 116 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #717490 hue: 0.65 , saturation: 0.12 and the lightness value of 717490 is 0.50.

The process color (four color CMYK) of #717490 color hex is 0.22, 0.19, 0.00, 0.44. Web safe color of #717490 is #666699. Color #717490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110100 10010000
Octal 161 164 220
Decimal 113 116 144
Hex 71 74 90

RGB Percentages of Color #717490

%30.29
%31.10
%38.61

CMYK Percentages of Color #717490

%22
%19
%0
%44

Triadic Colors of #717490

#717490 #907174 #749071

Analogous Colors of #717490

#717490 #7e7190 #718490

Monochromatic Colors of #717490

#717490

Complementary Color

#717490 #908d71

#717490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717490 Color CSS Codes

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

#717490 Text Font Color

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

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


#717490 Background Color

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

This div background color is #717490


#717490 Border Color

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

This div border color is #717490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717490


Comments

No comments written yet.

Please login to write comment.