Color Hex Logo

#214862 Color Hex

#214862
(33,72,98)
0 Favorites   0 Comments

Color spaces of #214862

RGB 337298
HSL0.570.500.26
HSV204°66°38°
CMYK 0.660.270.00   0.62
XYZ5.14925.839912.4111
Yxy5.83990.22000.2496
Hunter Lab24.1659-4.2560-13.5340
CIE-Lab29.0049-4.7942-19.3774

#214862 color RGB value is (33,72,98).

#214862 hex color red value is 33, green value is 72 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #214862 hue: 0.57 , saturation: 0.50 and the lightness value of 214862 is 0.26.

The process color (four color CMYK) of #214862 color hex is 0.66, 0.27, 0.00, 0.62. Web safe color of #214862 is #333366. Color #214862 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 01100010
Octal 41 110 142
Decimal 33 72 98
Hex 21 48 62

RGB Percentages of Color #214862

%16.26
%35.47
%48.28

CMYK Percentages of Color #214862

%66
%27
%0
%62

Triadic Colors of #214862

#214862 #622148 #486221

Analogous Colors of #214862

#214862 #212762 #21625c

Monochromatic Colors of #214862

#214862

Complementary Color

#214862 #623b21

#214862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214862 Color CSS Codes

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

#214862 Text Font Color

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

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


#214862 Background Color

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

This div background color is #214862


#214862 Border Color

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

This div border color is #214862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214862


Comments

No comments written yet.

Please login to write comment.