Color Hex Logo

#717dac Color Hex

#717DAC
(113,125,172)
0 Favorites   0 Comments

Color spaces of #717dac

RGB 113125172
HSL0.630.260.56
HSV228°34°67°
CMYK 0.340.270.00   0.33
XYZ21.590121.156541.9754
Yxy21.15650.25480.2497
Hunter Lab45.99623.2926-21.9098
CIE-Lab53.12047.1440-26.3868

#717dac color RGB value is (113,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111101 10101100
Octal 161 175 254
Decimal 113 125 172
Hex 71 7D AC

RGB Percentages of Color #717dac

%27.56
%30.49
%41.95

CMYK Percentages of Color #717dac

%34
%27
%0
%33

Triadic Colors of #717dac

#717dac #ac717d #7dac71

Analogous Colors of #717dac

#717dac #8371ac #719bac

Monochromatic Colors of #717dac

#717dac

Complementary Color

#717dac #aca071

#717dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#717dac Color CSS Codes

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

#717dac Text Font Color

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

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


#717dac Background Color

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

This div background color is #717dac


#717dac Border Color

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

This div border color is #717dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717dac


Comments

No comments written yet.

Please login to write comment.