Color Hex Logo

#31124d Color Hex

#31124D
(49,18,77)
0 Favorites   0 Comments

Color spaces of #31124d

RGB 491877
HSL0.750.620.19
HSV272°77°30°
CMYK 0.360.770.00   0.70
XYZ2.82251.62147.1854
Yxy1.62140.24270.1394
Hunter Lab12.733417.2830-24.5436
CIE-Lab13.359928.2834-30.2010

#31124d color RGB value is (49,18,77).

#31124d hex color red value is 49, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #31124d hue: 0.75 , saturation: 0.62 and the lightness value of 31124d is 0.19.

The process color (four color CMYK) of #31124d color hex is 0.36, 0.77, 0.00, 0.70. Web safe color of #31124d is #330066. Color #31124d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 01001101
Octal 61 22 115
Decimal 49 18 77
Hex 31 12 4D

RGB Percentages of Color #31124d

%34.03
%12.50
%53.47

CMYK Percentages of Color #31124d

%36
%77
%0
%70

Triadic Colors of #31124d

#31124d #4d3112 #124d31

Analogous Colors of #31124d

#31124d #4d124c #13124d

Monochromatic Colors of #31124d

#31124d

Complementary Color

#31124d #2e4d12

#31124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31124d Color CSS Codes

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

#31124d Text Font Color

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

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


#31124d Background Color

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

This div background color is #31124d


#31124d Border Color

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

This div border color is #31124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31124d


Comments

No comments written yet.

Please login to write comment.