Color Hex Logo

#318cca Color Hex

#318CCA
(49,140,202)
0 Favorites   0 Comments

Color spaces of #318cca

RGB 49140202
HSL0.570.610.49
HSV204°76°79°
CMYK 0.760.310.00   0.21
XYZ21.305423.673459.3236
Yxy23.67340.20430.2270
Hunter Lab48.6553-6.9845-38.2313
CIE-Lab55.7593-5.5777-39.6271

#318cca color RGB value is (49,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001100 11001010
Octal 61 214 312
Decimal 49 140 202
Hex 31 8C CA

RGB Percentages of Color #318cca

%12.53
%35.81
%51.66

CMYK Percentages of Color #318cca

%76
%31
%0
%21

Triadic Colors of #318cca

#318cca #ca318c #8cca31

Analogous Colors of #318cca

#318cca #3140ca #31cabc

Monochromatic Colors of #318cca

#318cca

Complementary Color

#318cca #ca6f31

#318cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#318cca Color CSS Codes

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

#318cca Text Font Color

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

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


#318cca Background Color

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

This div background color is #318cca


#318cca Border Color

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

This div border color is #318cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318cca


Comments

No comments written yet.

Please login to write comment.