Color Hex Logo

#311476 Color Hex

#311476
(49,20,118)
0 Favorites   0 Comments

Color spaces of #311476

RGB 4920118
HSL0.720.710.27
HSV258°83°46°
CMYK 0.580.830.00   0.54
XYZ4.78682.461317.3623
Yxy2.46130.19450.1000
Hunter Lab15.688527.0080-54.6335
CIE-Lab17.742739.2030-50.2770

#311476 color RGB value is (49,20,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010100 01110110
Octal 61 24 166
Decimal 49 20 118
Hex 31 14 76

RGB Percentages of Color #311476

%26.20
%10.70
%63.10

CMYK Percentages of Color #311476

%58
%83
%0
%54

Triadic Colors of #311476

#311476 #763114 #147631

Analogous Colors of #311476

#311476 #621476 #142876

Monochromatic Colors of #311476

#311476

Complementary Color

#311476 #597614

#311476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311476 Color CSS Codes

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

#311476 Text Font Color

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

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


#311476 Background Color

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

This div background color is #311476


#311476 Border Color

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

This div border color is #311476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311476


Comments

No comments written yet.

Please login to write comment.