Color Hex Logo

#318ada Color Hex

#318ADA
(49,138,218)
0 Favorites   0 Comments

Color spaces of #318ada

RGB 49138218
HSL0.580.700.52
HSV208°78°85°
CMYK 0.780.370.00   0.15
XYZ23.010023.891969.7285
Yxy23.89190.19730.2049
Hunter Lab48.8793-1.5098-50.3642
CIE-Lab55.97941.3669-48.2881

#318ada color RGB value is (49,138,218).

#318ada hex color red value is 49, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #318ada hue: 0.58 , saturation: 0.70 and the lightness value of 318ada is 0.52.

The process color (four color CMYK) of #318ada color hex is 0.78, 0.37, 0.00, 0.15. Web safe color of #318ada is #3399cc. Color #318ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001010 11011010
Octal 61 212 332
Decimal 49 138 218
Hex 31 8A DA

RGB Percentages of Color #318ada

%12.10
%34.07
%53.83

CMYK Percentages of Color #318ada

%78
%37
%0
%15

Triadic Colors of #318ada

#318ada #da318a #8ada31

Analogous Colors of #318ada

#318ada #3136da #31dad6

Monochromatic Colors of #318ada

#318ada

Complementary Color

#318ada #da8131

#318ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#318ada Color CSS Codes

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

#318ada Text Font Color

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

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


#318ada Background Color

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

This div background color is #318ada


#318ada Border Color

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

This div border color is #318ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318ada


Comments

No comments written yet.

Please login to write comment.