Color Hex Logo

#717fee Color Hex

#717FEE
(113,127,238)
0 Favorites   0 Comments

Color spaces of #717fee

RGB 113127238
HSL0.650.790.69
HSV233°53°93°
CMYK 0.530.470.00   0.07
XYZ29.832024.862584.1155
Yxy24.86250.21490.1791
Hunter Lab49.862319.5353-65.1160
CIE-Lab56.941225.3941-57.7531

#717fee color RGB value is (113,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111111 11101110
Octal 161 177 356
Decimal 113 127 238
Hex 71 7F EE

RGB Percentages of Color #717fee

%23.64
%26.57
%49.79

CMYK Percentages of Color #717fee

%53
%47
%0
%7

Triadic Colors of #717fee

#717fee #ee717f #7fee71

Analogous Colors of #717fee

#717fee #a271ee #71beee

Monochromatic Colors of #717fee

#717fee

Complementary Color

#717fee #eee071

#717fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#717fee Color CSS Codes

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

#717fee Text Font Color

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

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


#717fee Background Color

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

This div background color is #717fee


#717fee Border Color

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

This div border color is #717fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717fee


Comments

No comments written yet.

Please login to write comment.