Color Hex Logo

#318da4 Color Hex

#318DA4
(49,141,164)
0 Favorites   0 Comments

Color spaces of #318da4

RGB 49141164
HSL0.530.540.42
HSV192°70°64°
CMYK 0.700.140.00   0.36
XYZ17.492322.383138.5204
Yxy22.38310.22310.2855
Hunter Lab47.3108-16.7967-15.1563
CIE-Lab54.4311-19.1760-20.0183

#318da4 color RGB value is (49,141,164).

#318da4 hex color red value is 49, green value is 141 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #318da4 hue: 0.53 , saturation: 0.54 and the lightness value of 318da4 is 0.42.

The process color (four color CMYK) of #318da4 color hex is 0.70, 0.14, 0.00, 0.36. Web safe color of #318da4 is #339999. Color #318da4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001101 10100100
Octal 61 215 244
Decimal 49 141 164
Hex 31 8D A4

RGB Percentages of Color #318da4

%13.84
%39.83
%46.33

CMYK Percentages of Color #318da4

%70
%14
%0
%36

Triadic Colors of #318da4

#318da4 #a4318d #8da431

Analogous Colors of #318da4

#318da4 #3154a4 #31a482

Monochromatic Colors of #318da4

#318da4

Complementary Color

#318da4 #a44831

#318da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318da4 Color CSS Codes

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

#318da4 Text Font Color

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

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


#318da4 Background Color

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

This div background color is #318da4


#318da4 Border Color

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

This div border color is #318da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318da4


Comments

No comments written yet.

Please login to write comment.