Color Hex Logo

#311176 Color Hex

#311176
(49,17,118)
0 Favorites   0 Comments

Color spaces of #311176

RGB 4917118
HSL0.720.750.26
HSV259°86°46°
CMYK 0.580.860.00   0.54
XYZ4.73712.361917.3458
Yxy2.36190.19380.0966
Hunter Lab15.368528.1251-56.1604
CIE-Lab17.282240.5466-51.0366

#311176 color RGB value is (49,17,118).

#311176 hex color red value is 49, green value is 17 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #311176 hue: 0.72 , saturation: 0.75 and the lightness value of 311176 is 0.26.

The process color (four color CMYK) of #311176 color hex is 0.58, 0.86, 0.00, 0.54. Web safe color of #311176 is #330066. Color #311176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010001 01110110
Octal 61 21 166
Decimal 49 17 118
Hex 31 11 76

RGB Percentages of Color #311176

%26.63
%9.24
%64.13

CMYK Percentages of Color #311176

%58
%86
%0
%54

Triadic Colors of #311176

#311176 #763111 #117631

Analogous Colors of #311176

#311176 #631176 #112476

Monochromatic Colors of #311176

#311176

Complementary Color

#311176 #567611

#311176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311176 Color CSS Codes

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

#311176 Text Font Color

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

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


#311176 Background Color

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

This div background color is #311176


#311176 Border Color

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

This div border color is #311176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311176


Comments

No comments written yet.

Please login to write comment.