Color Hex Logo

#717ecf Color Hex

#717ECF
(113,126,207)
0 Favorites   0 Comments

Color spaces of #717ecf

RGB 113126207
HSL0.640.490.63
HSV232°45°81°
CMYK 0.450.390.00   0.19
XYZ25.533422.937462.1131
Yxy22.93740.23090.2074
Hunter Lab47.893011.3517-43.3689
CIE-Lab55.007816.5535-43.4440

#717ecf color RGB value is (113,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111110 11001111
Octal 161 176 317
Decimal 113 126 207
Hex 71 7E CF

RGB Percentages of Color #717ecf

%25.34
%28.25
%46.41

CMYK Percentages of Color #717ecf

%45
%39
%0
%19

Triadic Colors of #717ecf

#717ecf #cf717e #7ecf71

Analogous Colors of #717ecf

#717ecf #9371cf #71adcf

Monochromatic Colors of #717ecf

#717ecf

Complementary Color

#717ecf #cfc271

#717ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#717ecf Color CSS Codes

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

#717ecf Text Font Color

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

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


#717ecf Background Color

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

This div background color is #717ecf


#717ecf Border Color

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

This div border color is #717ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717ecf


Comments

No comments written yet.

Please login to write comment.