Color Hex Logo

#31067e Color Hex

#31067E
(49,6,126)
0 Favorites   0 Comments

Color spaces of #31067e

RGB 496126
HSL0.730.910.26
HSV262°95°49°
CMYK 0.610.950.00   0.51
XYZ5.09762.289619.9119
Yxy2.28960.18670.0839
Hunter Lab15.131433.6546-67.4295
CIE-Lab16.939146.5797-56.7307

#31067e color RGB value is (49,6,126).

#31067e hex color red value is 49, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #31067e hue: 0.73 , saturation: 0.91 and the lightness value of 31067e is 0.26.

The process color (four color CMYK) of #31067e color hex is 0.61, 0.95, 0.00, 0.51. Web safe color of #31067e is #330066. Color #31067e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00000110 01111110
Octal 61 6 176
Decimal 49 6 126
Hex 31 6 7E

RGB Percentages of Color #31067e

%27.07
%3.31
%69.61

CMYK Percentages of Color #31067e

%61
%95
%0
%51

Triadic Colors of #31067e

#31067e #7e3106 #067e31

Analogous Colors of #31067e

#31067e #6d067e #06177e

Monochromatic Colors of #31067e

#31067e

Complementary Color

#31067e #537e06

#31067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31067e Color CSS Codes

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

#31067e Text Font Color

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

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


#31067e Background Color

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

This div background color is #31067e


#31067e Border Color

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

This div border color is #31067e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,6,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31067e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31067e;
  -webkit-box-shadow: 1px 1px 3px 2px #31067e;
  box-shadow:         1px 1px 3px 2px #31067e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31067e


Comments

No comments written yet.

Please login to write comment.