Color Hex Logo

#317fea Color Hex

#317FEA
(49,127,234)
0 Favorites   0 Comments

Color spaces of #317fea

RGB 49127234
HSL0.600.810.55
HSV215°79°92°
CMYK 0.790.460.00   0.08
XYZ23.707321.772280.7949
Yxy21.77220.18770.1724
Hunter Lab46.66079.0358-70.0006
CIE-Lab53.784513.9444-60.7484

#317fea color RGB value is (49,127,234).

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

The process color (four color CMYK) of #317fea color hex is 0.79, 0.46, 0.00, 0.08. Web safe color of #317fea is #3366ff. Color #317fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111111 11101010
Octal 61 177 352
Decimal 49 127 234
Hex 31 7F EA

RGB Percentages of Color #317fea

%11.95
%30.98
%57.07

CMYK Percentages of Color #317fea

%79
%46
%0
%8

Triadic Colors of #317fea

#317fea #ea317f #7fea31

Analogous Colors of #317fea

#317fea #4031ea #31dcea

Monochromatic Colors of #317fea

#317fea

Complementary Color

#317fea #ea9c31

#317fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#317fea Color CSS Codes

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

#317fea Text Font Color

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

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


#317fea Background Color

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

This div background color is #317fea


#317fea Border Color

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

This div border color is #317fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317fea


Comments

No comments written yet.

Please login to write comment.