Color Hex Logo

#21447e Color Hex

#21447E
(33,68,126)
0 Favorites   0 Comments

Color spaces of #21447e

RGB 3368126
HSL0.600.580.31
HSV217°74°49°
CMYK 0.740.460.00   0.51
XYZ6.46025.963920.5493
Yxy5.96390.19590.1809
Hunter Lab24.42114.4823-32.7952
CIE-Lab29.32128.7012-36.5808

#21447e color RGB value is (33,68,126).

#21447e hex color red value is 33, green value is 68 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #21447e hue: 0.60 , saturation: 0.58 and the lightness value of 21447e is 0.31.

The process color (four color CMYK) of #21447e color hex is 0.74, 0.46, 0.00, 0.51. Web safe color of #21447e is #333366. Color #21447e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000100 01111110
Octal 41 104 176
Decimal 33 68 126
Hex 21 44 7E

RGB Percentages of Color #21447e

%14.54
%29.96
%55.51

CMYK Percentages of Color #21447e

%74
%46
%0
%51

Triadic Colors of #21447e

#21447e #7e2144 #447e21

Analogous Colors of #21447e

#21447e #2d217e #21737e

Monochromatic Colors of #21447e

#21447e

Complementary Color

#21447e #7e5b21

#21447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21447e Color CSS Codes

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

#21447e Text Font Color

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

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


#21447e Background Color

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

This div background color is #21447e


#21447e Border Color

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

This div border color is #21447e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,68,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21447e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21447e;
  -webkit-box-shadow: 1px 1px 3px 2px #21447e;
  box-shadow:         1px 1px 3px 2px #21447e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21447e


Comments

No comments written yet.

Please login to write comment.