Color Hex Logo

#311587 Color Hex

#311587
(49,21,135)
0 Favorites   0 Comments

Color spaces of #311587

RGB 4921135
HSL0.710.730.31
HSV255°84°53°
CMYK 0.640.840.00   0.47
XYZ5.90802.938623.1775
Yxy2.93860.18450.0918
Hunter Lab17.142331.5198-68.1641
CIE-Lab19.796343.7689-57.6991

#311587 color RGB value is (49,21,135).

#311587 hex color red value is 49, green value is 21 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #311587 hue: 0.71 , saturation: 0.73 and the lightness value of 311587 is 0.31.

The process color (four color CMYK) of #311587 color hex is 0.64, 0.84, 0.00, 0.47. Web safe color of #311587 is #330099. Color #311587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 10000111
Octal 61 25 207
Decimal 49 21 135
Hex 31 15 87

RGB Percentages of Color #311587

%23.90
%10.24
%65.85

CMYK Percentages of Color #311587

%64
%84
%0
%47

Triadic Colors of #311587

#311587 #873115 #158731

Analogous Colors of #311587

#311587 #6a1587 #153287

Monochromatic Colors of #311587

#311587

Complementary Color

#311587 #6b8715

#311587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311587 Color CSS Codes

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

#311587 Text Font Color

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

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


#311587 Background Color

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

This div background color is #311587


#311587 Border Color

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

This div border color is #311587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311587


Comments

No comments written yet.

Please login to write comment.