Color Hex Logo

#318ecd Color Hex

#318ECD
(49,142,205)
0 Favorites   0 Comments

Color spaces of #318ecd

RGB 49142205
HSL0.570.610.50
HSV204°76°80°
CMYK 0.760.310.00   0.20
XYZ21.959124.406761.3112
Yxy24.40670.20390.2267
Hunter Lab49.4031-7.1144-38.9990
CIE-Lab56.4927-5.6639-40.1669

#318ecd color RGB value is (49,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001110 11001101
Octal 61 216 315
Decimal 49 142 205
Hex 31 8E CD

RGB Percentages of Color #318ecd

%12.37
%35.86
%51.77

CMYK Percentages of Color #318ecd

%76
%31
%0
%20

Triadic Colors of #318ecd

#318ecd #cd318e #8ecd31

Analogous Colors of #318ecd

#318ecd #3140cd #31cdbe

Monochromatic Colors of #318ecd

#318ecd

Complementary Color

#318ecd #cd7031

#318ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#318ecd Color CSS Codes

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

#318ecd Text Font Color

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

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


#318ecd Background Color

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

This div background color is #318ecd


#318ecd Border Color

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

This div border color is #318ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318ecd


Comments

No comments written yet.

Please login to write comment.