Color Hex Logo

#717dfd Color Hex

#717DFD
(113,125,253)
0 Favorites   0 Comments

Color spaces of #717dfd

RGB 113125253
HSL0.650.970.72
HSV235°55°99°
CMYK 0.550.510.00   0.01
XYZ31.873325.269896.1262
Yxy25.26980.20800.1649
Hunter Lab50.269125.2077-78.1880
CIE-Lab57.337431.2665-65.4190

#717dfd color RGB value is (113,125,253).

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

The process color (four color CMYK) of #717dfd color hex is 0.55, 0.51, 0.00, 0.01. Web safe color of #717dfd is #6666ff. Color #717dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111101 11111101
Octal 161 175 375
Decimal 113 125 253
Hex 71 7D FD

RGB Percentages of Color #717dfd

%23.01
%25.46
%51.53

CMYK Percentages of Color #717dfd

%55
%51
%0
%1

Triadic Colors of #717dfd

#717dfd #fd717d #7dfd71

Analogous Colors of #717dfd

#717dfd #ab71fd #71c3fd

Monochromatic Colors of #717dfd

#717dfd

Complementary Color

#717dfd #fdf171

#717dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#717dfd Color CSS Codes

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

#717dfd Text Font Color

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

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


#717dfd Background Color

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

This div background color is #717dfd


#717dfd Border Color

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

This div border color is #717dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.