Color Hex Logo

#21428f Color Hex

#21428F
(33,66,143)
0 Favorites   0 Comments

Color spaces of #21428f

RGB 3366143
HSL0.620.630.35
HSV222°77°56°
CMYK 0.770.540.00   0.44
XYZ7.53336.202926.7868
Yxy6.20290.18590.1531
Hunter Lab24.905610.4067-46.3344
CIE-Lab29.918716.8505-46.1488

#21428f color RGB value is (33,66,143).

#21428f hex color red value is 33, green value is 66 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #21428f hue: 0.62 , saturation: 0.63 and the lightness value of 21428f is 0.35.

The process color (four color CMYK) of #21428f color hex is 0.77, 0.54, 0.00, 0.44. Web safe color of #21428f is #333399. Color #21428f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000010 10001111
Octal 41 102 217
Decimal 33 66 143
Hex 21 42 8F

RGB Percentages of Color #21428f

%13.64
%27.27
%59.09

CMYK Percentages of Color #21428f

%77
%54
%0
%44

Triadic Colors of #21428f

#21428f #8f2142 #428f21

Analogous Colors of #21428f

#21428f #37218f #21798f

Monochromatic Colors of #21428f

#21428f

Complementary Color

#21428f #8f6e21

#21428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21428f Color CSS Codes

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

#21428f Text Font Color

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

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


#21428f Background Color

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

This div background color is #21428f


#21428f Border Color

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

This div border color is #21428f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21428f


Comments

No comments written yet.

Please login to write comment.