Color Hex Logo

#318ebf Color Hex

#318EBF
(49,142,191)
0 Favorites   0 Comments

Color spaces of #318ebf

RGB 49142191
HSL0.560.590.47
HSV201°74°75°
CMYK 0.740.260.00   0.25
XYZ20.343623.760652.8042
Yxy23.76060.20990.2452
Hunter Lab48.7448-10.8067-30.1061
CIE-Lab55.8473-10.5981-33.2579

#318ebf color RGB value is (49,142,191).

#318ebf hex color red value is 49, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #318ebf hue: 0.56 , saturation: 0.59 and the lightness value of 318ebf is 0.47.

The process color (four color CMYK) of #318ebf color hex is 0.74, 0.26, 0.00, 0.25. Web safe color of #318ebf is #3399cc. Color #318ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001110 10111111
Octal 61 216 277
Decimal 49 142 191
Hex 31 8E BF

RGB Percentages of Color #318ebf

%12.83
%37.17
%50.00

CMYK Percentages of Color #318ebf

%74
%26
%0
%25

Triadic Colors of #318ebf

#318ebf #bf318e #8ebf31

Analogous Colors of #318ebf

#318ebf #3147bf #31bfa9

Monochromatic Colors of #318ebf

#318ebf

Complementary Color

#318ebf #bf6231

#318ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#318ebf Color CSS Codes

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

#318ebf Text Font Color

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

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


#318ebf Background Color

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

This div background color is #318ebf


#318ebf Border Color

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

This div border color is #318ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318ebf


Comments

No comments written yet.

Please login to write comment.