Color Hex Logo

#717ebb Color Hex

#717EBB
(113,126,187)
0 Favorites   0 Comments

Color spaces of #717ebb

RGB 113126187
HSL0.640.350.59
HSV229°40°73°
CMYK 0.400.330.00   0.27
XYZ23.240522.020350.0391
Yxy22.02030.24390.2311
Hunter Lab46.92586.2839-30.3756
CIE-Lab54.048510.7267-33.5671

#717ebb color RGB value is (113,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111110 10111011
Octal 161 176 273
Decimal 113 126 187
Hex 71 7E BB

RGB Percentages of Color #717ebb

%26.53
%29.58
%43.90

CMYK Percentages of Color #717ebb

%40
%33
%0
%27

Triadic Colors of #717ebb

#717ebb #bb717e #7ebb71

Analogous Colors of #717ebb

#717ebb #8971bb #71a3bb

Monochromatic Colors of #717ebb

#717ebb

Complementary Color

#717ebb #bbae71

#717ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#717ebb Color CSS Codes

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

#717ebb Text Font Color

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

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


#717ebb Background Color

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

This div background color is #717ebb


#717ebb Border Color

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

This div border color is #717ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717ebb


Comments

No comments written yet.

Please login to write comment.