Color Hex Logo

#717fba Color Hex

#717FBA
(113,127,186)
0 Favorites   0 Comments

Color spaces of #717fba

RGB 113127186
HSL0.630.350.59
HSV228°39°73°
CMYK 0.390.320.00   0.27
XYZ23.262322.234649.5200
Yxy22.23460.24480.2340
Hunter Lab47.15365.5407-29.2580
CIE-Lab54.27509.8481-32.6410

#717fba color RGB value is (113,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111111 10111010
Octal 161 177 272
Decimal 113 127 186
Hex 71 7F BA

RGB Percentages of Color #717fba

%26.53
%29.81
%43.66

CMYK Percentages of Color #717fba

%39
%32
%0
%27

Triadic Colors of #717fba

#717fba #ba717f #7fba71

Analogous Colors of #717fba

#717fba #8871ba #71a4ba

Monochromatic Colors of #717fba

#717fba

Complementary Color

#717fba #baac71

#717fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#717fba Color CSS Codes

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

#717fba Text Font Color

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

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


#717fba Background Color

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

This div background color is #717fba


#717fba Border Color

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

This div border color is #717fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717fba


Comments

No comments written yet.

Please login to write comment.