Color Hex Logo

#313ecb Color Hex

#313ECB
(49,62,203)
0 Favorites   0 Comments

Color spaces of #313ecb

RGB 4962203
HSL0.650.610.49
HSV235°76°80°
CMYK 0.760.690.00   0.20
XYZ13.76878.410057.3975
Yxy8.41000.17300.1057
Hunter Lab29.000033.9987-97.0482
CIE-Lab34.822643.5332-73.9375

#313ecb color RGB value is (49,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111110 11001011
Octal 61 76 313
Decimal 49 62 203
Hex 31 3E CB

RGB Percentages of Color #313ecb

%15.61
%19.75
%64.65

CMYK Percentages of Color #313ecb

%76
%69
%0
%20

Triadic Colors of #313ecb

#313ecb #cb313e #3ecb31

Analogous Colors of #313ecb

#313ecb #7131cb #318bcb

Monochromatic Colors of #313ecb

#313ecb

Complementary Color

#313ecb #cbbe31

#313ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#313ecb Color CSS Codes

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

#313ecb Text Font Color

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

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


#313ecb Background Color

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

This div background color is #313ecb


#313ecb Border Color

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

This div border color is #313ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,62,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 #313ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313ecb


Comments

No comments written yet.

Please login to write comment.