Color Hex Logo

#315ecd Color Hex

#315ECD
(49,94,205)
0 Favorites   0 Comments

Color spaces of #315ecd

RGB 4994205
HSL0.620.610.50
HSV223°76°80°
CMYK 0.760.540.00   0.20
XYZ16.288813.066259.4211
Yxy13.06620.18350.1472
Hunter Lab36.147217.1788-72.1617
CIE-Lab42.862824.0093-61.9518

#315ecd color RGB value is (49,94,205).

#315ecd hex color red value is 49, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #315ecd hue: 0.62 , saturation: 0.61 and the lightness value of 315ecd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 11001101
Octal 61 136 315
Decimal 49 94 205
Hex 31 5E CD

RGB Percentages of Color #315ecd

%14.08
%27.01
%58.91

CMYK Percentages of Color #315ecd

%76
%54
%0
%20

Triadic Colors of #315ecd

#315ecd #cd315e #5ecd31

Analogous Colors of #315ecd

#315ecd #5231cd #31accd

Monochromatic Colors of #315ecd

#315ecd

Complementary Color

#315ecd #cda031

#315ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ecd Color CSS Codes

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

#315ecd Text Font Color

<p style="color:#315ecd">Text here</p>

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


#315ecd Background Color

<div style="background-color:#315ecd">
Div content here</div>

This div background color is #315ecd


#315ecd Border Color

<div style="border:3px solid #315ecd">
Div here</div>

This div border color is #315ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,94,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #315ecd;
  box-shadow:         1px 1px 3px 2px #315ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ecd


Comments

No comments written yet.

Please login to write comment.