Color Hex Logo

#717caa Color Hex

#717CAA
(113,124,170)
0 Favorites   0 Comments

Color spaces of #717caa

RGB 113124170
HSL0.630.250.55
HSV228°34°67°
CMYK 0.340.270.00   0.33
XYZ21.273420.828340.9292
Yxy20.82830.25620.2508
Hunter Lab45.63803.3382-21.2260
CIE-Lab52.76117.1935-25.7868

#717caa color RGB value is (113,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 10101010
Octal 161 174 252
Decimal 113 124 170
Hex 71 7C AA

RGB Percentages of Color #717caa

%27.76
%30.47
%41.77

CMYK Percentages of Color #717caa

%34
%27
%0
%33

Triadic Colors of #717caa

#717caa #aa717c #7caa71

Analogous Colors of #717caa

#717caa #8371aa #7199aa

Monochromatic Colors of #717caa

#717caa

Complementary Color

#717caa #aa9f71

#717caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#717caa Color CSS Codes

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

#717caa Text Font Color

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

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


#717caa Background Color

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

This div background color is #717caa


#717caa Border Color

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

This div border color is #717caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717caa


Comments

No comments written yet.

Please login to write comment.