Color Hex Logo

#717aac Color Hex

#717AAC
(113,122,172)
0 Favorites   0 Comments

Color spaces of #717aac

RGB 113122172
HSL0.640.260.56
HSV231°34°67°
CMYK 0.340.290.00   0.33
XYZ21.216020.408341.8507
Yxy20.40830.25420.2445
Hunter Lab45.17554.7726-23.3035
CIE-Lab52.29578.9260-27.6643

#717aac color RGB value is (113,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 10101100
Octal 161 172 254
Decimal 113 122 172
Hex 71 7A AC

RGB Percentages of Color #717aac

%27.76
%29.98
%42.26

CMYK Percentages of Color #717aac

%34
%29
%0
%33

Triadic Colors of #717aac

#717aac #ac717a #7aac71

Analogous Colors of #717aac

#717aac #8671ac #7198ac

Monochromatic Colors of #717aac

#717aac

Complementary Color

#717aac #aca371

#717aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#717aac Color CSS Codes

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

#717aac Text Font Color

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

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


#717aac Background Color

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

This div background color is #717aac


#717aac Border Color

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

This div border color is #717aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717aac


Comments

No comments written yet.

Please login to write comment.