Color Hex Logo

#214149 Color Hex

#214149
(33,65,73)
0 Favorites   0 Comments

Color spaces of #214149

RGB 336573
HSL0.530.380.21
HSV192°55°29°
CMYK 0.550.110.00   0.71
XYZ3.72014.58506.9922
Yxy4.58500.24320.2997
Hunter Lab21.4126-6.4605-4.3721
CIE-Lab25.5181-9.1948-8.5076

#214149 color RGB value is (33,65,73).

#214149 hex color red value is 33, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #214149 hue: 0.53 , saturation: 0.38 and the lightness value of 214149 is 0.21.

The process color (four color CMYK) of #214149 color hex is 0.55, 0.11, 0.00, 0.71. Web safe color of #214149 is #333333. Color #214149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000001 01001001
Octal 41 101 111
Decimal 33 65 73
Hex 21 41 49

RGB Percentages of Color #214149

%19.30
%38.01
%42.69

CMYK Percentages of Color #214149

%55
%11
%0
%71

Triadic Colors of #214149

#214149 #492141 #414921

Analogous Colors of #214149

#214149 #212d49 #21493d

Monochromatic Colors of #214149

#214149

Complementary Color

#214149 #492921

#214149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214149 Color CSS Codes

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

#214149 Text Font Color

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

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


#214149 Background Color

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

This div background color is #214149


#214149 Border Color

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

This div border color is #214149


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,65,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214149; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214149;
  -webkit-box-shadow: 1px 1px 3px 2px #214149;
  box-shadow:         1px 1px 3px 2px #214149; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214149


Comments

No comments written yet.

Please login to write comment.