Color Hex Logo

#315fab Color Hex

#315FAB
(49,95,171)
0 Favorites   0 Comments

Color spaces of #315fab

RGB 4995171
HSL0.600.550.43
HSV217°71°67°
CMYK 0.710.440.00   0.33
XYZ12.709511.777740.1315
Yxy11.77770.19670.1823
Hunter Lab34.31876.0477-45.3094
CIE-Lab40.860610.5931-45.3609

#315fab color RGB value is (49,95,171).

#315fab hex color red value is 49, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #315fab hue: 0.60 , saturation: 0.55 and the lightness value of 315fab is 0.43.

The process color (four color CMYK) of #315fab color hex is 0.71, 0.44, 0.00, 0.33. Web safe color of #315fab is #336699. Color #315fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011111 10101011
Octal 61 137 253
Decimal 49 95 171
Hex 31 5F AB

RGB Percentages of Color #315fab

%15.56
%30.16
%54.29

CMYK Percentages of Color #315fab

%71
%44
%0
%33

Triadic Colors of #315fab

#315fab #ab315f #5fab31

Analogous Colors of #315fab

#315fab #4031ab #319cab

Monochromatic Colors of #315fab

#315fab

Complementary Color

#315fab #ab7d31

#315fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#315fab Color CSS Codes

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

#315fab Text Font Color

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

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


#315fab Background Color

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

This div background color is #315fab


#315fab Border Color

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

This div border color is #315fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315fab


Comments

No comments written yet.

Please login to write comment.