Color Hex Logo

#317fde Color Hex

#317FDE
(49,127,222)
0 Favorites   0 Comments

Color spaces of #317fde

RGB 49127222
HSL0.590.720.53
HSV213°78°87°
CMYK 0.780.430.00   0.13
XYZ22.040821.105672.0194
Yxy21.10560.19140.1833
Hunter Lab45.94085.2416-60.7877
CIE-Lab53.06499.4913-55.1808

#317fde color RGB value is (49,127,222).

#317fde hex color red value is 49, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #317fde hue: 0.59 , saturation: 0.72 and the lightness value of 317fde is 0.53.

The process color (four color CMYK) of #317fde color hex is 0.78, 0.43, 0.00, 0.13. Web safe color of #317fde is #3366cc. Color #317fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111111 11011110
Octal 61 177 336
Decimal 49 127 222
Hex 31 7F DE

RGB Percentages of Color #317fde

%12.31
%31.91
%55.78

CMYK Percentages of Color #317fde

%78
%43
%0
%13

Triadic Colors of #317fde

#317fde #de317f #7fde31

Analogous Colors of #317fde

#317fde #3931de #31d6de

Monochromatic Colors of #317fde

#317fde

Complementary Color

#317fde #de9031

#317fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#317fde Color CSS Codes

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

#317fde Text Font Color

<p style="color:#317fde">Text here</p>

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


#317fde Background Color

<div style="background-color:#317fde">
Div content here</div>

This div background color is #317fde


#317fde Border Color

<div style="border:3px solid #317fde">
Div here</div>

This div border color is #317fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,127,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317fde;
  -webkit-box-shadow: 1px 1px 3px 2px #317fde;
  box-shadow:         1px 1px 3px 2px #317fde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317fde


Comments

No comments written yet.

Please login to write comment.