Color Hex Logo

#317ffc Color Hex

#317FFC
(49,127,252)
0 Favorites   0 Comments

Color spaces of #317ffc

RGB 49127252
HSL0.600.970.59
HSV217°81°99°
CMYK 0.810.500.00   0.01
XYZ26.426722.860095.1150
Yxy22.86000.18300.1583
Hunter Lab47.812114.9892-84.4800
CIE-Lab54.927820.6175-68.8982

#317ffc color RGB value is (49,127,252).

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

The process color (four color CMYK) of #317ffc color hex is 0.81, 0.50, 0.00, 0.01. Web safe color of #317ffc is #3366ff. Color #317ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111111 11111100
Octal 61 177 374
Decimal 49 127 252
Hex 31 7F FC

RGB Percentages of Color #317ffc

%11.45
%29.67
%58.88

CMYK Percentages of Color #317ffc

%81
%50
%0
%1

Triadic Colors of #317ffc

#317ffc #fc317f #7ffc31

Analogous Colors of #317ffc

#317ffc #4831fc #31e5fc

Monochromatic Colors of #317ffc

#317ffc

Complementary Color

#317ffc #fcae31

#317ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317ffc Color CSS Codes

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

#317ffc Text Font Color

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

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


#317ffc Background Color

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

This div background color is #317ffc


#317ffc Border Color

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

This div border color is #317ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317ffc


Comments

No comments written yet.

Please login to write comment.