Color Hex Logo

#717fef Color Hex

#717FEF
(113,127,239)
0 Favorites   0 Comments

Color spaces of #717fef

RGB 113127239
HSL0.650.800.69
HSV233°53°94°
CMYK 0.530.470.00   0.06
XYZ29.979424.921484.8916
Yxy24.92140.21450.1783
Hunter Lab49.921319.8328-65.8781
CIE-Lab56.998825.7047-58.2165

#717fef color RGB value is (113,127,239).

#717fef hex color red value is 113, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #717fef hue: 0.65 , saturation: 0.80 and the lightness value of 717fef is 0.69.

The process color (four color CMYK) of #717fef color hex is 0.53, 0.47, 0.00, 0.06. Web safe color of #717fef is #6666ff. Color #717fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111111 11101111
Octal 161 177 357
Decimal 113 127 239
Hex 71 7F EF

RGB Percentages of Color #717fef

%23.59
%26.51
%49.90

CMYK Percentages of Color #717fef

%53
%47
%0
%6

Triadic Colors of #717fef

#717fef #ef717f #7fef71

Analogous Colors of #717fef

#717fef #a271ef #71beef

Monochromatic Colors of #717fef

#717fef

Complementary Color

#717fef #efe171

#717fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#717fef Color CSS Codes

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

#717fef Text Font Color

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

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


#717fef Background Color

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

This div background color is #717fef


#717fef Border Color

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

This div border color is #717fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717fef


Comments

No comments written yet.

Please login to write comment.