Color Hex Logo

#717fbf Color Hex

#717FBF
(113,127,191)
0 Favorites   0 Comments

Color spaces of #717fbf

RGB 113127191
HSL0.640.380.60
HSV229°41°75°
CMYK 0.410.340.00   0.25
XYZ23.803422.451052.3691
Yxy22.45100.24140.2276
Hunter Lab47.38256.7532-32.3620
CIE-Lab54.502311.2750-35.1441

#717fbf color RGB value is (113,127,191).

#717fbf hex color red value is 113, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #717fbf hue: 0.64 , saturation: 0.38 and the lightness value of 717fbf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111111 10111111
Octal 161 177 277
Decimal 113 127 191
Hex 71 7F BF

RGB Percentages of Color #717fbf

%26.22
%29.47
%44.32

CMYK Percentages of Color #717fbf

%41
%34
%0
%25

Triadic Colors of #717fbf

#717fbf #bf717f #7fbf71

Analogous Colors of #717fbf

#717fbf #8a71bf #71a6bf

Monochromatic Colors of #717fbf

#717fbf

Complementary Color

#717fbf #bfb171

#717fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#717fbf Color CSS Codes

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

#717fbf Text Font Color

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

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


#717fbf Background Color

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

This div background color is #717fbf


#717fbf Border Color

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

This div border color is #717fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717fbf


Comments

No comments written yet.

Please login to write comment.