Color Hex Logo

#717cc5 Color Hex

#717CC5
(113,124,197)
0 Favorites   0 Comments

Color spaces of #717cc5

RGB 113124197
HSL0.640.420.61
HSV232°43°77°
CMYK 0.430.370.00   0.23
XYZ24.095721.957255.7915
Yxy21.95720.23660.2156
Hunter Lab46.85859.7863-37.7919
CIE-Lab53.981614.8043-39.3836

#717cc5 color RGB value is (113,124,197).

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

The process color (four color CMYK) of #717cc5 color hex is 0.43, 0.37, 0.00, 0.23. Web safe color of #717cc5 is #6666cc. Color #717cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 11000101
Octal 161 174 305
Decimal 113 124 197
Hex 71 7C C5

RGB Percentages of Color #717cc5

%26.04
%28.57
%45.39

CMYK Percentages of Color #717cc5

%43
%37
%0
%23

Triadic Colors of #717cc5

#717cc5 #c5717c #7cc571

Analogous Colors of #717cc5

#717cc5 #9071c5 #71a6c5

Monochromatic Colors of #717cc5

#717cc5

Complementary Color

#717cc5 #c5ba71

#717cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717cc5 Color CSS Codes

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

#717cc5 Text Font Color

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

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


#717cc5 Background Color

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

This div background color is #717cc5


#717cc5 Border Color

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

This div border color is #717cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717cc5


Comments

No comments written yet.

Please login to write comment.