Color Hex Logo

#311077 Color Hex

#311077
(49,16,119)
0 Favorites   0 Comments

Color spaces of #311077

RGB 4916119
HSL0.720.760.26
HSV259°87°47°
CMYK 0.590.870.00   0.53
XYZ4.78172.355517.6554
Yxy2.35550.19290.0950
Hunter Lab15.347628.7550-57.4618
CIE-Lab17.252141.2520-51.7297

#311077 color RGB value is (49,16,119).

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

The process color (four color CMYK) of #311077 color hex is 0.59, 0.87, 0.00, 0.53. Web safe color of #311077 is #330066. Color #311077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010000 01110111
Octal 61 20 167
Decimal 49 16 119
Hex 31 10 77

RGB Percentages of Color #311077

%26.63
%8.70
%64.67

CMYK Percentages of Color #311077

%59
%87
%0
%53

Triadic Colors of #311077

#311077 #773110 #107731

Analogous Colors of #311077

#311077 #651077 #102377

Monochromatic Colors of #311077

#311077

Complementary Color

#311077 #567710

#311077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311077 Color CSS Codes

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

#311077 Text Font Color

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

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


#311077 Background Color

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

This div background color is #311077


#311077 Border Color

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

This div border color is #311077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311077


Comments

No comments written yet.

Please login to write comment.