Color Hex Logo

#214fab Color Hex

#214FAB
(33,79,171)
0 Favorites   0 Comments

Color spaces of #214fab

RGB 3379171
HSL0.610.680.40
HSV220°81°67°
CMYK 0.810.540.00   0.33
XYZ10.77398.855639.6695
Yxy8.85560.18170.1493
Hunter Lab29.758412.5481-58.2059
CIE-Lab35.704819.1157-53.6979

#214fab color RGB value is (33,79,171).

#214fab hex color red value is 33, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #214fab hue: 0.61 , saturation: 0.68 and the lightness value of 214fab is 0.40.

The process color (four color CMYK) of #214fab color hex is 0.81, 0.54, 0.00, 0.33. Web safe color of #214fab is #336699. Color #214fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001111 10101011
Octal 41 117 253
Decimal 33 79 171
Hex 21 4F AB

RGB Percentages of Color #214fab

%11.66
%27.92
%60.42

CMYK Percentages of Color #214fab

%81
%54
%0
%33

Triadic Colors of #214fab

#214fab #ab214f #4fab21

Analogous Colors of #214fab

#214fab #3821ab #2194ab

Monochromatic Colors of #214fab

#214fab

Complementary Color

#214fab #ab7d21

#214fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#214fab Color CSS Codes

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

#214fab Text Font Color

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

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


#214fab Background Color

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

This div background color is #214fab


#214fab Border Color

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

This div border color is #214fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214fab


Comments

No comments written yet.

Please login to write comment.