Color Hex Logo

#318abd Color Hex

#318ABD
(49,138,189)
0 Favorites   0 Comments

Color spaces of #318abd

RGB 49138189
HSL0.560.590.47
HSV202°74°74°
CMYK 0.740.270.00   0.26
XYZ19.540422.504051.4579
Yxy22.50400.20900.2407
Hunter Lab47.4384-9.4910-31.1069
CIE-Lab54.5577-9.0287-34.1344

#318abd color RGB value is (49,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001010 10111101
Octal 61 212 275
Decimal 49 138 189
Hex 31 8A BD

RGB Percentages of Color #318abd

%13.03
%36.70
%50.27

CMYK Percentages of Color #318abd

%74
%27
%0
%26

Triadic Colors of #318abd

#318abd #bd318a #8abd31

Analogous Colors of #318abd

#318abd #3144bd #31bdaa

Monochromatic Colors of #318abd

#318abd

Complementary Color

#318abd #bd6431

#318abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#318abd Color CSS Codes

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

#318abd Text Font Color

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

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


#318abd Background Color

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

This div background color is #318abd


#318abd Border Color

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

This div border color is #318abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318abd


Comments

No comments written yet.

Please login to write comment.