Color Hex Logo

#317cdc Color Hex

#317CDC
(49,124,220)
0 Favorites   0 Comments

Color spaces of #317cdc

RGB 49124220
HSL0.590.710.53
HSV214°78°86°
CMYK 0.780.440.00   0.14
XYZ21.392520.235670.4885
Yxy20.23560.19080.1805
Hunter Lab44.98406.1651-61.4168
CIE-Lab52.102510.5975-55.5964

#317cdc color RGB value is (49,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 11011100
Octal 61 174 334
Decimal 49 124 220
Hex 31 7C DC

RGB Percentages of Color #317cdc

%12.47
%31.55
%55.98

CMYK Percentages of Color #317cdc

%78
%44
%0
%14

Triadic Colors of #317cdc

#317cdc #dc317c #7cdc31

Analogous Colors of #317cdc

#317cdc #3b31dc #31d2dc

Monochromatic Colors of #317cdc

#317cdc

Complementary Color

#317cdc #dc9131

#317cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cdc Color CSS Codes

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

#317cdc Text Font Color

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

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


#317cdc Background Color

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

This div background color is #317cdc


#317cdc Border Color

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

This div border color is #317cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,124,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 #317cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cdc


Comments

No comments written yet.

Please login to write comment.