Color Hex Logo

#317fcd Color Hex

#317FCD
(49,127,205)
0 Favorites   0 Comments

Color spaces of #317fcd

RGB 49127205
HSL0.580.610.50
HSV210°76°80°
CMYK 0.760.380.00   0.20
XYZ19.875420.239560.6167
Yxy20.23950.19730.2009
Hunter Lab44.98830.1300-48.3948
CIE-Lab52.10693.2119-47.1026

#317fcd color RGB value is (49,127,205).

#317fcd hex color red value is 49, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #317fcd hue: 0.58 , saturation: 0.61 and the lightness value of 317fcd is 0.50.

The process color (four color CMYK) of #317fcd color hex is 0.76, 0.38, 0.00, 0.20. Web safe color of #317fcd is #3366cc. Color #317fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111111 11001101
Octal 61 177 315
Decimal 49 127 205
Hex 31 7F CD

RGB Percentages of Color #317fcd

%12.86
%33.33
%53.81

CMYK Percentages of Color #317fcd

%76
%38
%0
%20

Triadic Colors of #317fcd

#317fcd #cd317f #7fcd31

Analogous Colors of #317fcd

#317fcd #3131cd #31cdcd

Monochromatic Colors of #317fcd

#317fcd

Complementary Color

#317fcd #cd7f31

#317fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#317fcd Color CSS Codes

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

#317fcd Text Font Color

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

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


#317fcd Background Color

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

This div background color is #317fcd


#317fcd Border Color

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

This div border color is #317fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317fcd


Comments

No comments written yet.

Please login to write comment.