Color Hex Logo

#31214f Color Hex

#31214F
(49,33,79)
0 Favorites   0 Comments

Color spaces of #31214f

RGB 493379
HSL0.720.410.22
HSV261°58°31°
CMYK 0.380.580.00   0.69
XYZ3.22182.30527.6723
Yxy2.30520.24410.1746
Hunter Lab15.182911.3076-19.3327
CIE-Lab17.013719.5163-25.6871

#31214f color RGB value is (49,33,79).

#31214f hex color red value is 49, green value is 33 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #31214f hue: 0.72 , saturation: 0.41 and the lightness value of 31214f is 0.22.

The process color (four color CMYK) of #31214f color hex is 0.38, 0.58, 0.00, 0.69. Web safe color of #31214f is #333366. Color #31214f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100001 01001111
Octal 61 41 117
Decimal 49 33 79
Hex 31 21 4F

RGB Percentages of Color #31214f

%30.43
%20.50
%49.07

CMYK Percentages of Color #31214f

%38
%58
%0
%69

Triadic Colors of #31214f

#31214f #4f3121 #214f31

Analogous Colors of #31214f

#31214f #48214f #21284f

Monochromatic Colors of #31214f

#31214f

Complementary Color

#31214f #3f4f21

#31214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31214f Color CSS Codes

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

#31214f Text Font Color

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

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


#31214f Background Color

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

This div background color is #31214f


#31214f Border Color

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

This div border color is #31214f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31214f


Comments

No comments written yet.

Please login to write comment.