Color Hex Logo

#214f9a Color Hex

#214F9A
(33,79,154)
0 Favorites   0 Comments

Color spaces of #214f9a

RGB 3379154
HSL0.600.650.37
HSV217°79°60°
CMYK 0.790.490.00   0.40
XYZ9.25598.248431.6761
Yxy8.24840.18820.1677
Hunter Lab28.72007.2670-45.2885
CIE-Lab34.494912.3859-45.4615

#214f9a color RGB value is (33,79,154).

#214f9a hex color red value is 33, green value is 79 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #214f9a hue: 0.60 , saturation: 0.65 and the lightness value of 214f9a is 0.37.

The process color (four color CMYK) of #214f9a color hex is 0.79, 0.49, 0.00, 0.40. Web safe color of #214f9a is #336699. Color #214f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001111 10011010
Octal 41 117 232
Decimal 33 79 154
Hex 21 4F 9A

RGB Percentages of Color #214f9a

%12.41
%29.70
%57.89

CMYK Percentages of Color #214f9a

%79
%49
%0
%40

Triadic Colors of #214f9a

#214f9a #9a214f #4f9a21

Analogous Colors of #214f9a

#214f9a #2f219a #218c9a

Monochromatic Colors of #214f9a

#214f9a

Complementary Color

#214f9a #9a6c21

#214f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#214f9a Color CSS Codes

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

#214f9a Text Font Color

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

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


#214f9a Background Color

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

This div background color is #214f9a


#214f9a Border Color

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

This div border color is #214f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214f9a


Comments

No comments written yet.

Please login to write comment.