Color Hex Logo

#317efb Color Hex

#317EFB
(49,126,251)
0 Favorites   0 Comments

Color spaces of #317efb

RGB 49126251
HSL0.600.960.59
HSV217°80°98°
CMYK 0.800.500.00   0.02
XYZ26.140122.539794.2397
Yxy22.53970.18290.1577
Hunter Lab47.476015.1984-84.4573
CIE-Lab54.595020.8680-68.8837

#317efb color RGB value is (49,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111110 11111011
Octal 61 176 373
Decimal 49 126 251
Hex 31 7E FB

RGB Percentages of Color #317efb

%11.50
%29.58
%58.92

CMYK Percentages of Color #317efb

%80
%50
%0
%2

Triadic Colors of #317efb

#317efb #fb317e #7efb31

Analogous Colors of #317efb

#317efb #4931fb #31e3fb

Monochromatic Colors of #317efb

#317efb

Complementary Color

#317efb #fbae31

#317efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#317efb Color CSS Codes

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

#317efb Text Font Color

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

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


#317efb Background Color

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

This div background color is #317efb


#317efb Border Color

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

This div border color is #317efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317efb


Comments

No comments written yet.

Please login to write comment.