Color Hex Logo

#318ccf Color Hex

#318CCF
(49,140,207)
0 Favorites   0 Comments

Color spaces of #318ccf

RGB 49140207
HSL0.570.620.50
HSV205°76°81°
CMYK 0.760.320.00   0.19
XYZ21.907223.914162.4927
Yxy23.91410.20230.2208
Hunter Lab48.9020-5.6139-41.5362
CIE-Lab56.0017-3.7893-42.0676

#318ccf color RGB value is (49,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001100 11001111
Octal 61 214 317
Decimal 49 140 207
Hex 31 8C CF

RGB Percentages of Color #318ccf

%12.37
%35.35
%52.27

CMYK Percentages of Color #318ccf

%76
%32
%0
%19

Triadic Colors of #318ccf

#318ccf #cf318c #8ccf31

Analogous Colors of #318ccf

#318ccf #313dcf #31cfc3

Monochromatic Colors of #318ccf

#318ccf

Complementary Color

#318ccf #cf7431

#318ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#318ccf Color CSS Codes

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

#318ccf Text Font Color

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

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


#318ccf Background Color

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

This div background color is #318ccf


#318ccf Border Color

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

This div border color is #318ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318ccf


Comments

No comments written yet.

Please login to write comment.