Color Hex Logo

#315893 Color Hex

#315893
(49,88,147)
0 Favorites   0 Comments

Color spaces of #315893

RGB 4988147
HSL0.600.500.38
HSV216°67°58°
CMYK 0.670.400.00   0.42
XYZ10.02289.739028.9553
Yxy9.73900.20570.1999
Hunter Lab31.20742.7155-33.1662
CIE-Lab37.36996.1794-36.5963

#315893 color RGB value is (49,88,147).

#315893 hex color red value is 49, green value is 88 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #315893 hue: 0.60 , saturation: 0.50 and the lightness value of 315893 is 0.38.

The process color (four color CMYK) of #315893 color hex is 0.67, 0.40, 0.00, 0.42. Web safe color of #315893 is #336699. Color #315893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011000 10010011
Octal 61 130 223
Decimal 49 88 147
Hex 31 58 93

RGB Percentages of Color #315893

%17.25
%30.99
%51.76

CMYK Percentages of Color #315893

%67
%40
%0
%42

Triadic Colors of #315893

#315893 #933158 #589331

Analogous Colors of #315893

#315893 #3b3193 #318993

Monochromatic Colors of #315893

#315893

Complementary Color

#315893 #936c31

#315893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315893 Color CSS Codes

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

#315893 Text Font Color

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

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


#315893 Background Color

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

This div background color is #315893


#315893 Border Color

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

This div border color is #315893


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,88,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315893; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315893;
  -webkit-box-shadow: 1px 1px 3px 2px #315893;
  box-shadow:         1px 1px 3px 2px #315893; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315893


Comments

No comments written yet.

Please login to write comment.