Color Hex Logo

#311582 Color Hex

#311582
(49,21,130)
0 Favorites   0 Comments

Color spaces of #311582

RGB 4921130
HSL0.710.720.30
HSV255°84°51°
CMYK 0.620.840.00   0.49
XYZ5.56412.801021.3665
Yxy2.80100.18710.0942
Hunter Lab16.736230.0556-63.9781
CIE-Lab19.228642.2957-55.4828

#311582 color RGB value is (49,21,130).

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

The process color (four color CMYK) of #311582 color hex is 0.62, 0.84, 0.00, 0.49. Web safe color of #311582 is #330099. Color #311582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 10000010
Octal 61 25 202
Decimal 49 21 130
Hex 31 15 82

RGB Percentages of Color #311582

%24.50
%10.50
%65.00

CMYK Percentages of Color #311582

%62
%84
%0
%49

Triadic Colors of #311582

#311582 #823115 #158231

Analogous Colors of #311582

#311582 #681582 #153082

Monochromatic Colors of #311582

#311582

Complementary Color

#311582 #668215

#311582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311582 Color CSS Codes

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

#311582 Text Font Color

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

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


#311582 Background Color

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

This div background color is #311582


#311582 Border Color

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

This div border color is #311582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311582


Comments

No comments written yet.

Please login to write comment.