Color Hex Logo

#315eab Color Hex

#315EAB
(49,94,171)
0 Favorites   0 Comments

Color spaces of #315eab

RGB 4994171
HSL0.610.550.43
HSV218°71°67°
CMYK 0.710.450.00   0.33
XYZ12.620011.598640.1017
Yxy11.59860.19620.1803
Hunter Lab34.05676.5454-45.9741
CIE-Lab40.570911.2402-45.8249

#315eab color RGB value is (49,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 10101011
Octal 61 136 253
Decimal 49 94 171
Hex 31 5E AB

RGB Percentages of Color #315eab

%15.61
%29.94
%54.46

CMYK Percentages of Color #315eab

%71
%45
%0
%33

Triadic Colors of #315eab

#315eab #ab315e #5eab31

Analogous Colors of #315eab

#315eab #4131ab #319bab

Monochromatic Colors of #315eab

#315eab

Complementary Color

#315eab #ab7e31

#315eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#315eab Color CSS Codes

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

#315eab Text Font Color

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

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


#315eab Background Color

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

This div background color is #315eab


#315eab Border Color

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

This div border color is #315eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315eab


Comments

No comments written yet.

Please login to write comment.