Color Hex Logo

#315ada Color Hex

#315ADA
(49,90,218)
0 Favorites   0 Comments

Color spaces of #315ada

RGB 4990218
HSL0.630.700.52
HSV225°78°85°
CMYK 0.780.590.00   0.15
XYZ17.577713.027367.9177
Yxy13.02730.17840.1322
Hunter Lab36.093423.7673-86.3020
CIE-Lab42.804431.4015-69.4983

#315ada color RGB value is (49,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011010 11011010
Octal 61 132 332
Decimal 49 90 218
Hex 31 5A DA

RGB Percentages of Color #315ada

%13.73
%25.21
%61.06

CMYK Percentages of Color #315ada

%78
%59
%0
%15

Triadic Colors of #315ada

#315ada #da315a #5ada31

Analogous Colors of #315ada

#315ada #5d31da #31afda

Monochromatic Colors of #315ada

#315ada

Complementary Color

#315ada #dab131

#315ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ada Color CSS Codes

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

#315ada Text Font Color

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

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


#315ada Background Color

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

This div background color is #315ada


#315ada Border Color

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

This div border color is #315ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,90,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 #315ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ada


Comments

No comments written yet.

Please login to write comment.