Color Hex Logo

#317bef Color Hex

#317BEF
(49,123,239)
0 Favorites   0 Comments

Color spaces of #317bef

RGB 49123239
HSL0.600.860.56
HSV217°79°94°
CMYK 0.790.490.00   0.06
XYZ23.929621.050984.4634
Yxy21.05090.18490.1626
Hunter Lab45.881312.8054-77.0308
CIE-Lab53.005218.2842-64.7920

#317bef color RGB value is (49,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111011 11101111
Octal 61 173 357
Decimal 49 123 239
Hex 31 7B EF

RGB Percentages of Color #317bef

%11.92
%29.93
%58.15

CMYK Percentages of Color #317bef

%79
%49
%0
%6

Triadic Colors of #317bef

#317bef #ef317b #7bef31

Analogous Colors of #317bef

#317bef #4631ef #31daef

Monochromatic Colors of #317bef

#317bef

Complementary Color

#317bef #efa531

#317bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#317bef Color CSS Codes

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

#317bef Text Font Color

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

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


#317bef Background Color

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

This div background color is #317bef


#317bef Border Color

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

This div border color is #317bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317bef


Comments

No comments written yet.

Please login to write comment.