Color Hex Logo

#318fca Color Hex

#318FCA
(49,143,202)
0 Favorites   0 Comments

Color spaces of #318fca

RGB 49143202
HSL0.560.610.49
HSV203°76°79°
CMYK 0.760.290.00   0.21
XYZ21.749824.562259.4718
Yxy24.56220.20560.2322
Hunter Lab49.5603-8.3947-36.4552
CIE-Lab56.6463-7.3039-38.2336

#318fca color RGB value is (49,143,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001111 11001010
Octal 61 217 312
Decimal 49 143 202
Hex 31 8F CA

RGB Percentages of Color #318fca

%12.44
%36.29
%51.27

CMYK Percentages of Color #318fca

%76
%29
%0
%21

Triadic Colors of #318fca

#318fca #ca318f #8fca31

Analogous Colors of #318fca

#318fca #3143ca #31cab9

Monochromatic Colors of #318fca

#318fca

Complementary Color

#318fca #ca6c31

#318fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#318fca Color CSS Codes

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

#318fca Text Font Color

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

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


#318fca Background Color

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

This div background color is #318fca


#318fca Border Color

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

This div border color is #318fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318fca


Comments

No comments written yet.

Please login to write comment.