Color Hex Logo

#214f8a Color Hex

#214F8A
(33,79,138)
0 Favorites   0 Comments

Color spaces of #214f8a

RGB 3379138
HSL0.590.610.34
HSV214°76°54°
CMYK 0.760.430.00   0.46
XYZ8.01067.750325.1185
Yxy7.75030.19600.1896
Hunter Lab27.83942.6434-34.0078
CIE-Lab33.45736.0411-37.3901

#214f8a color RGB value is (33,79,138).

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

The process color (four color CMYK) of #214f8a color hex is 0.76, 0.43, 0.00, 0.46. Web safe color of #214f8a is #336699. Color #214f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001111 10001010
Octal 41 117 212
Decimal 33 79 138
Hex 21 4F 8A

RGB Percentages of Color #214f8a

%13.20
%31.60
%55.20

CMYK Percentages of Color #214f8a

%76
%43
%0
%46

Triadic Colors of #214f8a

#214f8a #8a214f #4f8a21

Analogous Colors of #214f8a

#214f8a #28218a #21848a

Monochromatic Colors of #214f8a

#214f8a

Complementary Color

#214f8a #8a5c21

#214f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#214f8a Color CSS Codes

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

#214f8a Text Font Color

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

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


#214f8a Background Color

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

This div background color is #214f8a


#214f8a Border Color

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

This div border color is #214f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214f8a


Comments

No comments written yet.

Please login to write comment.