Color Hex Logo

#31135c Color Hex

#31135C
(49,19,92)
0 Favorites   0 Comments

Color spaces of #31135c

RGB 491992
HSL0.740.660.22
HSV265°79°36°
CMYK 0.470.790.00   0.64
XYZ3.43131.891410.3094
Yxy1.89140.21950.1210
Hunter Lab13.752820.4680-34.8181
CIE-Lab14.906732.0323-37.8691

#31135c color RGB value is (49,19,92).

#31135c hex color red value is 49, green value is 19 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #31135c hue: 0.74 , saturation: 0.66 and the lightness value of 31135c is 0.22.

The process color (four color CMYK) of #31135c color hex is 0.47, 0.79, 0.00, 0.64. Web safe color of #31135c is #330066. Color #31135c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010011 01011100
Octal 61 23 134
Decimal 49 19 92
Hex 31 13 5C

RGB Percentages of Color #31135c

%30.63
%11.88
%57.50

CMYK Percentages of Color #31135c

%47
%79
%0
%64

Triadic Colors of #31135c

#31135c #5c3113 #135c31

Analogous Colors of #31135c

#31135c #56135c #131a5c

Monochromatic Colors of #31135c

#31135c

Complementary Color

#31135c #3e5c13

#31135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31135c Color CSS Codes

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

#31135c Text Font Color

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

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


#31135c Background Color

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

This div background color is #31135c


#31135c Border Color

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

This div border color is #31135c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,19,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31135c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31135c;
  -webkit-box-shadow: 1px 1px 3px 2px #31135c;
  box-shadow:         1px 1px 3px 2px #31135c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31135c


Comments

No comments written yet.

Please login to write comment.