Color Hex Logo

#04216e Color Hex

#04216E
(4,33,110)
0 Favorites   0 Comments

Color spaces of #04216e

RGB 433110
HSL0.620.930.22
HSV224°96°43°
CMYK 0.960.700.00   0.57
XYZ3.40842.239315.0044
Yxy2.23930.16500.1084
Hunter Lab14.964314.4692-48.9739
CIE-Lab16.696123.9510-46.9313

#04216e color RGB value is (4,33,110).

#04216e hex color red value is 4, green value is 33 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #04216e hue: 0.62 , saturation: 0.93 and the lightness value of 04216e is 0.22.

The process color (four color CMYK) of #04216e color hex is 0.96, 0.70, 0.00, 0.57. Web safe color of #04216e is #003366. Color #04216e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100001 01101110
Octal 4 41 156
Decimal 4 33 110
Hex 4 21 6E

RGB Percentages of Color #04216e

%2.72
%22.45
%74.83

CMYK Percentages of Color #04216e

%96
%70
%0
%57

Triadic Colors of #04216e

#04216e #6e0421 #216e04

Analogous Colors of #04216e

#04216e #1c046e #04566e

Monochromatic Colors of #04216e

#04216e

Complementary Color

#04216e #6e5104

#04216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04216e Color CSS Codes

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

#04216e Text Font Color

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

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


#04216e Background Color

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

This div background color is #04216e


#04216e Border Color

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

This div border color is #04216e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04216e


Comments

No comments written yet.

Please login to write comment.