Color Hex Logo

#313182 Color Hex

#313182
(49,49,130)
0 Favorites   0 Comments

Color spaces of #313182

RGB 4949130
HSL0.670.450.35
HSV240°62°51°
CMYK 0.620.620.00   0.49
XYZ6.39424.461321.6432
Yxy4.46130.19680.1373
Hunter Lab21.121817.0742-45.9684
CIE-Lab25.141326.0206-45.7880

#313182 color RGB value is (49,49,130).

#313182 hex color red value is 49, green value is 49 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #313182 hue: 0.67 , saturation: 0.45 and the lightness value of 313182 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110001 10000010
Octal 61 61 202
Decimal 49 49 130
Hex 31 31 82

RGB Percentages of Color #313182

%21.49
%21.49
%57.02

CMYK Percentages of Color #313182

%62
%62
%0
%49

Triadic Colors of #313182

#313182 #823131 #318231

Analogous Colors of #313182

#313182 #5a3182 #315a82

Monochromatic Colors of #313182

#313182

Complementary Color

#313182 #828231

#313182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313182 Color CSS Codes

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

#313182 Text Font Color

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

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


#313182 Background Color

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

This div background color is #313182


#313182 Border Color

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

This div border color is #313182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313182


Comments

No comments written yet.

Please login to write comment.