Color Hex Logo

#318cc6 Color Hex

#318CC6
(49,140,198)
0 Favorites   0 Comments

Color spaces of #318cc6

RGB 49140198
HSL0.560.600.48
HSV203°75°78°
CMYK 0.750.290.00   0.22
XYZ20.837723.486456.8611
Yxy23.48640.20590.2321
Hunter Lab48.4628-8.0596-35.6407
CIE-Lab55.5699-7.0001-37.6615

#318cc6 color RGB value is (49,140,198).

#318cc6 hex color red value is 49, green value is 140 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #318cc6 hue: 0.56 , saturation: 0.60 and the lightness value of 318cc6 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001100 11000110
Octal 61 214 306
Decimal 49 140 198
Hex 31 8C C6

RGB Percentages of Color #318cc6

%12.66
%36.18
%51.16

CMYK Percentages of Color #318cc6

%75
%29
%0
%22

Triadic Colors of #318cc6

#318cc6 #c6318c #8cc631

Analogous Colors of #318cc6

#318cc6 #3142c6 #31c6b6

Monochromatic Colors of #318cc6

#318cc6

Complementary Color

#318cc6 #c66b31

#318cc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318cc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318cc6 Color CSS Codes

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

#318cc6 Text Font Color

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

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


#318cc6 Background Color

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

This div background color is #318cc6


#318cc6 Border Color

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

This div border color is #318cc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318cc6


Comments

No comments written yet.

Please login to write comment.