Color Hex Logo

#717caf Color Hex

#717CAF
(113,124,175)
0 Favorites   0 Comments

Color spaces of #717caf

RGB 113124175
HSL0.640.280.56
HSV229°35°69°
CMYK 0.350.290.00   0.31
XYZ21.755621.021243.4683
Yxy21.02120.25230.2437
Hunter Lab45.84894.4639-24.1173
CIE-Lab52.97278.5580-28.3470

#717caf color RGB value is (113,124,175).

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

The process color (four color CMYK) of #717caf color hex is 0.35, 0.29, 0.00, 0.31. Web safe color of #717caf is #666699. Color #717caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 10101111
Octal 161 174 257
Decimal 113 124 175
Hex 71 7C AF

RGB Percentages of Color #717caf

%27.43
%30.10
%42.48

CMYK Percentages of Color #717caf

%35
%29
%0
%31

Triadic Colors of #717caf

#717caf #af717c #7caf71

Analogous Colors of #717caf

#717caf #8571af #719baf

Monochromatic Colors of #717caf

#717caf

Complementary Color

#717caf #afa471

#717caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#717caf Color CSS Codes

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

#717caf Text Font Color

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

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


#717caf Background Color

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

This div background color is #717caf


#717caf Border Color

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

This div border color is #717caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717caf


Comments

No comments written yet.

Please login to write comment.