Color Hex Logo

#311572 Color Hex

#311572
(49,21,114)
0 Favorites   0 Comments

Color spaces of #311572

RGB 4921114
HSL0.720.690.26
HSV258°82°45°
CMYK 0.570.820.00   0.55
XYZ4.57212.404216.1427
Yxy2.40420.19780.1040
Hunter Lab15.505525.4997-50.8728
CIE-Lab17.479737.5336-48.1291

#311572 color RGB value is (49,21,114).

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

The process color (four color CMYK) of #311572 color hex is 0.57, 0.82, 0.00, 0.55. Web safe color of #311572 is #330066. Color #311572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 01110010
Octal 61 25 162
Decimal 49 21 114
Hex 31 15 72

RGB Percentages of Color #311572

%26.63
%11.41
%61.96

CMYK Percentages of Color #311572

%57
%82
%0
%55

Triadic Colors of #311572

#311572 #723115 #157231

Analogous Colors of #311572

#311572 #601572 #152872

Monochromatic Colors of #311572

#311572

Complementary Color

#311572 #567215

#311572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311572 Color CSS Codes

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

#311572 Text Font Color

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

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


#311572 Background Color

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

This div background color is #311572


#311572 Border Color

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

This div border color is #311572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311572


Comments

No comments written yet.

Please login to write comment.