Color Hex Logo

#312247 Color Hex

#312247
(49,34,71)
0 Favorites   0 Comments

Color spaces of #312247

RGB 493471
HSL0.730.350.21
HSV264°52°28°
CMYK 0.310.520.00   0.72
XYZ2.97602.25206.2391
Yxy2.25200.25950.1964
Hunter Lab15.00679.1370-14.1455
CIE-Lab16.757816.3950-20.6264

#312247 color RGB value is (49,34,71).

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

The process color (four color CMYK) of #312247 color hex is 0.31, 0.52, 0.00, 0.72. Web safe color of #312247 is #333333. Color #312247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100010 01000111
Octal 61 42 107
Decimal 49 34 71
Hex 31 22 47

RGB Percentages of Color #312247

%31.82
%22.08
%46.10

CMYK Percentages of Color #312247

%31
%52
%0
%72

Triadic Colors of #312247

#312247 #473122 #224731

Analogous Colors of #312247

#312247 #442247 #222647

Monochromatic Colors of #312247

#312247

Complementary Color

#312247 #384722

#312247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312247 Color CSS Codes

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

#312247 Text Font Color

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

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


#312247 Background Color

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

This div background color is #312247


#312247 Border Color

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

This div border color is #312247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312247


Comments

No comments written yet.

Please login to write comment.