Color Hex Logo

#311148 Color Hex

#311148
(49,17,72)
0 Favorites   0 Comments

Color spaces of #311148

RGB 491772
HSL0.760.620.17
HSV275°76°28°
CMYK 0.320.760.00   0.72
XYZ2.63681.52176.2856
Yxy1.52170.25250.1457
Hunter Lab12.335716.5674-21.5759
CIE-Lab12.745427.4594-27.7354

#311148 color RGB value is (49,17,72).

#311148 hex color red value is 49, green value is 17 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #311148 hue: 0.76 , saturation: 0.62 and the lightness value of 311148 is 0.17.

The process color (four color CMYK) of #311148 color hex is 0.32, 0.76, 0.00, 0.72. Web safe color of #311148 is #330033. Color #311148 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010001 01001000
Octal 61 21 110
Decimal 49 17 72
Hex 31 11 48

RGB Percentages of Color #311148

%35.51
%12.32
%52.17

CMYK Percentages of Color #311148

%32
%76
%0
%72

Triadic Colors of #311148

#311148 #483111 #114831

Analogous Colors of #311148

#311148 #481144 #161148

Monochromatic Colors of #311148

#311148

Complementary Color

#311148 #284811

#311148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311148 Color CSS Codes

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

#311148 Text Font Color

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

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


#311148 Background Color

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

This div background color is #311148


#311148 Border Color

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

This div border color is #311148


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,17,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 #311148">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311148


Comments

No comments written yet.

Please login to write comment.