Color Hex Logo

#31124f Color Hex

#31124F
(49,18,79)
0 Favorites   0 Comments

Color spaces of #31124f

RGB 491879
HSL0.750.630.19
HSV270°77°31°
CMYK 0.380.770.00   0.69
XYZ2.89421.65017.5631
Yxy1.65010.23900.1363
Hunter Lab12.845617.7373-25.9162
CIE-Lab13.532128.8413-31.2961

#31124f color RGB value is (49,18,79).

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

The process color (four color CMYK) of #31124f color hex is 0.38, 0.77, 0.00, 0.69. Web safe color of #31124f is #330066. Color #31124f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 01001111
Octal 61 22 117
Decimal 49 18 79
Hex 31 12 4F

RGB Percentages of Color #31124f

%33.56
%12.33
%54.11

CMYK Percentages of Color #31124f

%38
%77
%0
%69

Triadic Colors of #31124f

#31124f #4f3112 #124f31

Analogous Colors of #31124f

#31124f #4f124e #13124f

Monochromatic Colors of #31124f

#31124f

Complementary Color

#31124f #304f12

#31124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31124f Color CSS Codes

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

#31124f Text Font Color

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

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


#31124f Background Color

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

This div background color is #31124f


#31124f Border Color

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

This div border color is #31124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31124f


Comments

No comments written yet.

Please login to write comment.