Color Hex Logo

#717cbe Color Hex

#717CBE
(113,124,190)
0 Favorites   0 Comments

Color spaces of #717cbe

RGB 113124190
HSL0.640.370.59
HSV231°41°75°
CMYK 0.410.350.00   0.25
XYZ23.312021.643751.6642
Yxy21.64370.24130.2240
Hunter Lab46.52288.0293-33.2764
CIE-Lab53.646912.7782-35.9126

#717cbe color RGB value is (113,124,190).

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

The process color (four color CMYK) of #717cbe color hex is 0.41, 0.35, 0.00, 0.25. Web safe color of #717cbe is #6666cc. Color #717cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 10111110
Octal 161 174 276
Decimal 113 124 190
Hex 71 7C BE

RGB Percentages of Color #717cbe

%26.46
%29.04
%44.50

CMYK Percentages of Color #717cbe

%41
%35
%0
%25

Triadic Colors of #717cbe

#717cbe #be717c #7cbe71

Analogous Colors of #717cbe

#717cbe #8d71be #71a3be

Monochromatic Colors of #717cbe

#717cbe

Complementary Color

#717cbe #beb371

#717cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#717cbe Color CSS Codes

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

#717cbe Text Font Color

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

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


#717cbe Background Color

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

This div background color is #717cbe


#717cbe Border Color

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

This div border color is #717cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717cbe


Comments

No comments written yet.

Please login to write comment.