Color Hex Logo

#31214d Color Hex

#31214D
(49,33,77)
0 Favorites   0 Comments

Color spaces of #31214d

RGB 493377
HSL0.730.400.22
HSV262°57°30°
CMYK 0.360.570.00   0.70
XYZ3.15002.27657.2946
Yxy2.27650.24760.1790
Hunter Lab15.088110.8621-18.1032
CIE-Lab16.876118.8982-24.5459

#31214d color RGB value is (49,33,77).

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

The process color (four color CMYK) of #31214d color hex is 0.36, 0.57, 0.00, 0.70. Web safe color of #31214d is #333366. Color #31214d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100001 01001101
Octal 61 41 115
Decimal 49 33 77
Hex 31 21 4D

RGB Percentages of Color #31214d

%30.82
%20.75
%48.43

CMYK Percentages of Color #31214d

%36
%57
%0
%70

Triadic Colors of #31214d

#31214d #4d3121 #214d31

Analogous Colors of #31214d

#31214d #47214d #21274d

Monochromatic Colors of #31214d

#31214d

Complementary Color

#31214d #3d4d21

#31214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31214d Color CSS Codes

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

#31214d Text Font Color

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

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


#31214d Background Color

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

This div background color is #31214d


#31214d Border Color

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

This div border color is #31214d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31214d


Comments

No comments written yet.

Please login to write comment.