Color Hex Logo

#21447f Color Hex

#21447F
(33,68,127)
0 Favorites   0 Comments

Color spaces of #21447f

RGB 3368127
HSL0.600.590.31
HSV218°74°50°
CMYK 0.740.460.00   0.50
XYZ6.52515.989920.8909
Yxy5.98990.19530.1793
Hunter Lab24.47434.7600-33.4771
CIE-Lab29.38709.0988-37.0996

#21447f color RGB value is (33,68,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000100 01111111
Octal 41 104 177
Decimal 33 68 127
Hex 21 44 7F

RGB Percentages of Color #21447f

%14.47
%29.82
%55.70

CMYK Percentages of Color #21447f

%74
%46
%0
%50

Triadic Colors of #21447f

#21447f #7f2144 #447f21

Analogous Colors of #21447f

#21447f #2d217f #21737f

Monochromatic Colors of #21447f

#21447f

Complementary Color

#21447f #7f5c21

#21447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21447f Color CSS Codes

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

#21447f Text Font Color

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

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


#21447f Background Color

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

This div background color is #21447f


#21447f Border Color

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

This div border color is #21447f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21447f


Comments

No comments written yet.

Please login to write comment.