Color Hex Logo

#312248 Color Hex

#312248
(49,34,72)
0 Favorites   0 Comments

Color spaces of #312248

RGB 493472
HSL0.730.360.21
HSV264°53°28°
CMYK 0.320.530.00   0.72
XYZ3.00832.26496.4095
Yxy2.26490.25750.1939
Hunter Lab15.04969.3440-14.7164
CIE-Lab16.820216.6940-21.2144

#312248 color RGB value is (49,34,72).

#312248 hex color red value is 49, green value is 34 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #312248 hue: 0.73 , saturation: 0.36 and the lightness value of 312248 is 0.21.

The process color (four color CMYK) of #312248 color hex is 0.32, 0.53, 0.00, 0.72. Web safe color of #312248 is #333333. Color #312248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100010 01001000
Octal 61 42 110
Decimal 49 34 72
Hex 31 22 48

RGB Percentages of Color #312248

%31.61
%21.94
%46.45

CMYK Percentages of Color #312248

%32
%53
%0
%72

Triadic Colors of #312248

#312248 #483122 #224831

Analogous Colors of #312248

#312248 #442248 #222648

Monochromatic Colors of #312248

#312248

Complementary Color

#312248 #394822

#312248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312248 Color CSS Codes

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

#312248 Text Font Color

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

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


#312248 Background Color

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

This div background color is #312248


#312248 Border Color

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

This div border color is #312248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312248


Comments

No comments written yet.

Please login to write comment.