Color Hex Logo

#312387 Color Hex

#312387
(49,35,135)
0 Favorites   0 Comments

Color spaces of #312387

RGB 4935135
HSL0.690.590.33
HSV248°74°53°
CMYK 0.640.740.00   0.47
XYZ6.24083.604323.2884
Yxy3.60430.18840.1088
Hunter Lab18.985025.4533-59.4400
CIE-Lab22.317636.5525-53.5422

#312387 color RGB value is (49,35,135).

#312387 hex color red value is 49, green value is 35 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #312387 hue: 0.69 , saturation: 0.59 and the lightness value of 312387 is 0.33.

The process color (four color CMYK) of #312387 color hex is 0.64, 0.74, 0.00, 0.47. Web safe color of #312387 is #333399. Color #312387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100011 10000111
Octal 61 43 207
Decimal 49 35 135
Hex 31 23 87

RGB Percentages of Color #312387

%22.37
%15.98
%61.64

CMYK Percentages of Color #312387

%64
%74
%0
%47

Triadic Colors of #312387

#312387 #873123 #238731

Analogous Colors of #312387

#312387 #632387 #234787

Monochromatic Colors of #312387

#312387

Complementary Color

#312387 #798723

#312387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312387 Color CSS Codes

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

#312387 Text Font Color

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

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


#312387 Background Color

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

This div background color is #312387


#312387 Border Color

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

This div border color is #312387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312387


Comments

No comments written yet.

Please login to write comment.