Color Hex Logo

#717aaa Color Hex

#717AAA
(113,122,170)
0 Favorites   0 Comments

Color spaces of #717aaa

RGB 113122170
HSL0.640.250.55
HSV231°34°67°
CMYK 0.340.280.00   0.33
XYZ21.025320.332140.8465
Yxy20.33210.25580.2473
Hunter Lab45.09114.3223-22.1450
CIE-Lab52.21068.3813-26.6385

#717aaa color RGB value is (113,122,170).

#717aaa hex color red value is 113, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #717aaa hue: 0.64 , saturation: 0.25 and the lightness value of 717aaa is 0.55.

The process color (four color CMYK) of #717aaa color hex is 0.34, 0.28, 0.00, 0.33. Web safe color of #717aaa is #666699. Color #717aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 10101010
Octal 161 172 252
Decimal 113 122 170
Hex 71 7A AA

RGB Percentages of Color #717aaa

%27.90
%30.12
%41.98

CMYK Percentages of Color #717aaa

%34
%28
%0
%33

Triadic Colors of #717aaa

#717aaa #aa717a #7aaa71

Analogous Colors of #717aaa

#717aaa #8571aa #7197aa

Monochromatic Colors of #717aaa

#717aaa

Complementary Color

#717aaa #aaa171

#717aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#717aaa Color CSS Codes

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

#717aaa Text Font Color

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

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


#717aaa Background Color

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

This div background color is #717aaa


#717aaa Border Color

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

This div border color is #717aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717aaa


Comments

No comments written yet.

Please login to write comment.