Color Hex Logo

#317ecb Color Hex

#317ECB
(49,126,203)
0 Favorites   0 Comments

Color spaces of #317ecb

RGB 49126203
HSL0.580.610.49
HSV210°76°80°
CMYK 0.760.380.00   0.20
XYZ19.507019.886559.3103
Yxy19.88650.19760.2015
Hunter Lab44.59430.0418-47.6396
CIE-Lab51.70863.0836-46.5988

#317ecb color RGB value is (49,126,203).

#317ecb hex color red value is 49, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #317ecb hue: 0.58 , saturation: 0.61 and the lightness value of 317ecb is 0.49.

The process color (four color CMYK) of #317ecb color hex is 0.76, 0.38, 0.00, 0.20. Web safe color of #317ecb is #3366cc. Color #317ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111110 11001011
Octal 61 176 313
Decimal 49 126 203
Hex 31 7E CB

RGB Percentages of Color #317ecb

%12.96
%33.33
%53.70

CMYK Percentages of Color #317ecb

%76
%38
%0
%20

Triadic Colors of #317ecb

#317ecb #cb317e #7ecb31

Analogous Colors of #317ecb

#317ecb #3131cb #31cbcb

Monochromatic Colors of #317ecb

#317ecb

Complementary Color

#317ecb #cb7e31

#317ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#317ecb Color CSS Codes

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

#317ecb Text Font Color

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

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


#317ecb Background Color

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

This div background color is #317ecb


#317ecb Border Color

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

This div border color is #317ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317ecb


Comments

No comments written yet.

Please login to write comment.