Color Hex Logo

#317fee Color Hex

#317FEE
(49,127,238)
0 Favorites   0 Comments

Color spaces of #317fee

RGB 49127238
HSL0.600.850.56
HSV215°79°93°
CMYK 0.790.470.00   0.07
XYZ24.288622.004883.8561
Yxy22.00480.18660.1691
Hunter Lab46.909310.3322-73.1517
CIE-Lab54.032115.4287-62.5799

#317fee color RGB value is (49,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111111 11101110
Octal 61 177 356
Decimal 49 127 238
Hex 31 7F EE

RGB Percentages of Color #317fee

%11.84
%30.68
%57.49

CMYK Percentages of Color #317fee

%79
%47
%0
%7

Triadic Colors of #317fee

#317fee #ee317f #7fee31

Analogous Colors of #317fee

#317fee #4231ee #31deee

Monochromatic Colors of #317fee

#317fee

Complementary Color

#317fee #eea031

#317fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#317fee Color CSS Codes

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

#317fee Text Font Color

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

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


#317fee Background Color

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

This div background color is #317fee


#317fee Border Color

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

This div border color is #317fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317fee


Comments

No comments written yet.

Please login to write comment.