Color Hex Logo

#311977 Color Hex

#311977
(49,25,119)
0 Favorites   0 Comments

Color spaces of #311977

RGB 4925119
HSL0.710.650.28
HSV255°79°47°
CMYK 0.590.790.00   0.53
XYZ4.94402.680117.7095
Yxy2.68010.19520.1058
Hunter Lab16.371025.2572-52.6778
CIE-Lab18.714337.0146-49.3200

#311977 color RGB value is (49,25,119).

#311977 hex color red value is 49, green value is 25 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #311977 hue: 0.71 , saturation: 0.65 and the lightness value of 311977 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011001 01110111
Octal 61 31 167
Decimal 49 25 119
Hex 31 19 77

RGB Percentages of Color #311977

%25.39
%12.95
%61.66

CMYK Percentages of Color #311977

%59
%79
%0
%53

Triadic Colors of #311977

#311977 #773119 #197731

Analogous Colors of #311977

#311977 #601977 #193077

Monochromatic Colors of #311977

#311977

Complementary Color

#311977 #5f7719

#311977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311977 Color CSS Codes

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

#311977 Text Font Color

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

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


#311977 Background Color

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

This div background color is #311977


#311977 Border Color

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

This div border color is #311977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311977


Comments

No comments written yet.

Please login to write comment.