Color Hex Logo

#717dee Color Hex

#717DEE
(113,125,238)
0 Favorites   0 Comments

Color spaces of #717dee

RGB 113125238
HSL0.650.790.69
HSV234°53°93°
CMYK 0.530.470.00   0.07
XYZ29.576324.351084.0303
Yxy24.35100.21440.1765
Hunter Lab49.346720.6284-66.4195
CIE-Lab56.437526.5915-58.5595

#717dee color RGB value is (113,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111101 11101110
Octal 161 175 356
Decimal 113 125 238
Hex 71 7D EE

RGB Percentages of Color #717dee

%23.74
%26.26
%50.00

CMYK Percentages of Color #717dee

%53
%47
%0
%7

Triadic Colors of #717dee

#717dee #ee717d #7dee71

Analogous Colors of #717dee

#717dee #a471ee #71bcee

Monochromatic Colors of #717dee

#717dee

Complementary Color

#717dee #eee271

#717dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#717dee Color CSS Codes

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

#717dee Text Font Color

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

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


#717dee Background Color

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

This div background color is #717dee


#717dee Border Color

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

This div border color is #717dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,125,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 #717dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717dee


Comments

No comments written yet.

Please login to write comment.