Color Hex Logo

#214d8d Color Hex

#214D8D
(33,77,141)
0 Favorites   0 Comments

Color spaces of #214d8d

RGB 3377141
HSL0.600.620.34
HSV216°77°55°
CMYK 0.770.450.00   0.45
XYZ8.08887.554226.2311
Yxy7.55420.19320.1804
Hunter Lab27.48494.4339-37.3459
CIE-Lab33.03678.5655-39.9004

#214d8d color RGB value is (33,77,141).

#214d8d hex color red value is 33, green value is 77 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #214d8d hue: 0.60 , saturation: 0.62 and the lightness value of 214d8d is 0.34.

The process color (four color CMYK) of #214d8d color hex is 0.77, 0.45, 0.00, 0.45. Web safe color of #214d8d is #336699. Color #214d8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 10001101
Octal 41 115 215
Decimal 33 77 141
Hex 21 4D 8D

RGB Percentages of Color #214d8d

%13.15
%30.68
%56.18

CMYK Percentages of Color #214d8d

%77
%45
%0
%45

Triadic Colors of #214d8d

#214d8d #8d214d #4d8d21

Analogous Colors of #214d8d

#214d8d #2b218d #21838d

Monochromatic Colors of #214d8d

#214d8d

Complementary Color

#214d8d #8d6121

#214d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#214d8d Color CSS Codes

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

#214d8d Text Font Color

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

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


#214d8d Background Color

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

This div background color is #214d8d


#214d8d Border Color

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

This div border color is #214d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214d8d


Comments

No comments written yet.

Please login to write comment.