Color Hex Logo

#31094f Color Hex

#31094F
(49,9,79)
0 Favorites   0 Comments

Color spaces of #31094f

RGB 49979
HSL0.760.800.17
HSV274°89°31°
CMYK 0.380.890.00   0.69
XYZ2.77561.41297.5236
Yxy1.41290.23700.1206
Hunter Lab11.886520.8797-29.2071
CIE-Lab12.043333.0963-33.7197

#31094f color RGB value is (49,9,79).

#31094f hex color red value is 49, green value is 9 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #31094f hue: 0.76 , saturation: 0.80 and the lightness value of 31094f is 0.17.

The process color (four color CMYK) of #31094f color hex is 0.38, 0.89, 0.00, 0.69. Web safe color of #31094f is #330066. Color #31094f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00001001 01001111
Octal 61 11 117
Decimal 49 9 79
Hex 31 9 4F

RGB Percentages of Color #31094f

%35.77
%6.57
%57.66

CMYK Percentages of Color #31094f

%38
%89
%0
%69

Triadic Colors of #31094f

#31094f #4f3109 #094f31

Analogous Colors of #31094f

#31094f #4f094a #0e094f

Monochromatic Colors of #31094f

#31094f

Complementary Color

#31094f #274f09

#31094f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31094f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31094f Color CSS Codes

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

#31094f Text Font Color

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

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


#31094f Background Color

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

This div background color is #31094f


#31094f Border Color

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

This div border color is #31094f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,9,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31094f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31094f;
  -webkit-box-shadow: 1px 1px 3px 2px #31094f;
  box-shadow:         1px 1px 3px 2px #31094f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31094f


Comments

No comments written yet.

Please login to write comment.