Color Hex Logo

#317edc Color Hex

#317EDC
(49,126,220)
0 Favorites   0 Comments

Color spaces of #317edc

RGB 49126220
HSL0.590.710.53
HSV213°78°86°
CMYK 0.780.430.00   0.14
XYZ21.645720.742070.5729
Yxy20.74200.19160.1836
Hunter Lab45.54345.1359-59.9939
CIE-Lab52.66609.3642-54.6940

#317edc color RGB value is (49,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111110 11011100
Octal 61 176 334
Decimal 49 126 220
Hex 31 7E DC

RGB Percentages of Color #317edc

%12.41
%31.90
%55.70

CMYK Percentages of Color #317edc

%78
%43
%0
%14

Triadic Colors of #317edc

#317edc #dc317e #7edc31

Analogous Colors of #317edc

#317edc #3a31dc #31d4dc

Monochromatic Colors of #317edc

#317edc

Complementary Color

#317edc #dc8f31

#317edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317edc Color CSS Codes

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

#317edc Text Font Color

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

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


#317edc Background Color

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

This div background color is #317edc


#317edc Border Color

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

This div border color is #317edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317edc


Comments

No comments written yet.

Please login to write comment.