Color Hex Logo

#214884 Color Hex

#214884
(33,72,132)
0 Favorites   0 Comments

Color spaces of #214884

RGB 3372132
HSL0.600.600.32
HSV216°75°52°
CMYK 0.750.450.00   0.48
XYZ7.10946.624022.7336
Yxy6.62400.19500.1816
Hunter Lab25.73714.2673-34.3548
CIE-Lab30.93518.3628-37.7269

#214884 color RGB value is (33,72,132).

#214884 hex color red value is 33, green value is 72 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #214884 hue: 0.60 , saturation: 0.60 and the lightness value of 214884 is 0.32.

The process color (four color CMYK) of #214884 color hex is 0.75, 0.45, 0.00, 0.48. Web safe color of #214884 is #333399. Color #214884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 10000100
Octal 41 110 204
Decimal 33 72 132
Hex 21 48 84

RGB Percentages of Color #214884

%13.92
%30.38
%55.70

CMYK Percentages of Color #214884

%75
%45
%0
%48

Triadic Colors of #214884

#214884 #842148 #488421

Analogous Colors of #214884

#214884 #2c2184 #217a84

Monochromatic Colors of #214884

#214884

Complementary Color

#214884 #845d21

#214884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214884 Color CSS Codes

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

#214884 Text Font Color

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

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


#214884 Background Color

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

This div background color is #214884


#214884 Border Color

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

This div border color is #214884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214884


Comments

No comments written yet.

Please login to write comment.