Color Hex Logo

#717cbc Color Hex

#717CBC
(113,124,188)
0 Favorites   0 Comments

Color spaces of #717cbc

RGB 113124188
HSL0.640.360.59
HSV231°40°74°
CMYK 0.400.340.00   0.26
XYZ23.094821.556950.5206
Yxy21.55690.24270.2265
Hunter Lab46.42947.5376-32.0138
CIE-Lab53.553712.2049-34.9138

#717cbc color RGB value is (113,124,188).

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

The process color (four color CMYK) of #717cbc color hex is 0.40, 0.34, 0.00, 0.26. Web safe color of #717cbc is #6666cc. Color #717cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111100 10111100
Octal 161 174 274
Decimal 113 124 188
Hex 71 7C BC

RGB Percentages of Color #717cbc

%26.59
%29.18
%44.24

CMYK Percentages of Color #717cbc

%40
%34
%0
%26

Triadic Colors of #717cbc

#717cbc #bc717c #7cbc71

Analogous Colors of #717cbc

#717cbc #8c71bc #71a2bc

Monochromatic Colors of #717cbc

#717cbc

Complementary Color

#717cbc #bcb171

#717cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#717cbc Color CSS Codes

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

#717cbc Text Font Color

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

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


#717cbc Background Color

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

This div background color is #717cbc


#717cbc Border Color

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

This div border color is #717cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717cbc


Comments

No comments written yet.

Please login to write comment.