Color Hex Logo

#717cb5 Color Hex

#717CB5
(113,124,181)
0 Favorites   0 Comments

Color spaces of #717cb5

RGB 113124181
HSL0.640.310.58
HSV230°38°71°
CMYK 0.380.310.00   0.29
XYZ22.358221.262246.6417
Yxy21.26220.24770.2356
Hunter Lab46.11105.8566-27.6948
CIE-Lab53.235310.2244-31.3942

#717cb5 color RGB value is (113,124,181).

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

The process color (four color CMYK) of #717cb5 color hex is 0.38, 0.31, 0.00, 0.29. Web safe color of #717cb5 is #6666cc. Color #717cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 10110101
Octal 161 174 265
Decimal 113 124 181
Hex 71 7C B5

RGB Percentages of Color #717cb5

%27.03
%29.67
%43.30

CMYK Percentages of Color #717cb5

%38
%31
%0
%29

Triadic Colors of #717cb5

#717cb5 #b5717c #7cb571

Analogous Colors of #717cb5

#717cb5 #8871b5 #719eb5

Monochromatic Colors of #717cb5

#717cb5

Complementary Color

#717cb5 #b5aa71

#717cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717cb5 Color CSS Codes

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

#717cb5 Text Font Color

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

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


#717cb5 Background Color

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

This div background color is #717cb5


#717cb5 Border Color

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

This div border color is #717cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717cb5


Comments

No comments written yet.

Please login to write comment.