Color Hex Logo

#315087 Color Hex

#315087
(49,80,135)
0 Favorites   0 Comments

Color spaces of #315087

RGB 4980135
HSL0.610.470.36
HSV218°64°53°
CMYK 0.640.410.00   0.47
XYZ8.50858.139624.0443
Yxy8.13960.20910.2000
Hunter Lab28.53003.3066-29.9970
CIE-Lab34.27196.9808-34.2115

#315087 color RGB value is (49,80,135).

#315087 hex color red value is 49, green value is 80 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #315087 hue: 0.61 , saturation: 0.47 and the lightness value of 315087 is 0.36.

The process color (four color CMYK) of #315087 color hex is 0.64, 0.41, 0.00, 0.47. Web safe color of #315087 is #336699. Color #315087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010000 10000111
Octal 61 120 207
Decimal 49 80 135
Hex 31 50 87

RGB Percentages of Color #315087

%18.56
%30.30
%51.14

CMYK Percentages of Color #315087

%64
%41
%0
%47

Triadic Colors of #315087

#315087 #873150 #508731

Analogous Colors of #315087

#315087 #3d3187 #317b87

Monochromatic Colors of #315087

#315087

Complementary Color

#315087 #876831

#315087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315087 Color CSS Codes

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

#315087 Text Font Color

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

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


#315087 Background Color

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

This div background color is #315087


#315087 Border Color

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

This div border color is #315087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315087


Comments

No comments written yet.

Please login to write comment.