Color Hex Logo

#21468e Color Hex

#21468E
(33,70,142)
0 Favorites   0 Comments

Color spaces of #21468e

RGB 3370142
HSL0.610.620.34
HSV220°77°56°
CMYK 0.770.510.00   0.44
XYZ7.69986.656626.4702
Yxy6.65660.18860.1630
Hunter Lab25.80048.1204-42.7690
CIE-Lab31.012013.7088-43.7681

#21468e color RGB value is (33,70,142).

#21468e hex color red value is 33, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #21468e hue: 0.61 , saturation: 0.62 and the lightness value of 21468e is 0.34.

The process color (four color CMYK) of #21468e color hex is 0.77, 0.51, 0.00, 0.44. Web safe color of #21468e is #333399. Color #21468e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000110 10001110
Octal 41 106 216
Decimal 33 70 142
Hex 21 46 8E

RGB Percentages of Color #21468e

%13.47
%28.57
%57.96

CMYK Percentages of Color #21468e

%77
%51
%0
%44

Triadic Colors of #21468e

#21468e #8e2146 #468e21

Analogous Colors of #21468e

#21468e #33218e #217d8e

Monochromatic Colors of #21468e

#21468e

Complementary Color

#21468e #8e6921

#21468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21468e Color CSS Codes

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

#21468e Text Font Color

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

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


#21468e Background Color

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

This div background color is #21468e


#21468e Border Color

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

This div border color is #21468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21468e


Comments

No comments written yet.

Please login to write comment.