Color Hex Logo

#040521 Color Hex

#040521
(4,5,33)
0 Favorites   0 Comments

Color spaces of #040521

RGB 4533
HSL0.660.780.07
HSV238°88°13°
CMYK 0.880.850.00   0.87
XYZ0.37890.24421.4660
Yxy0.24420.18140.1169
Hunter Lab4.94175.0385-14.1299
CIE-Lab2.20586.0133-16.1903

#040521 color RGB value is (4,5,33).

#040521 hex color red value is 4, green value is 5 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #040521 hue: 0.66 , saturation: 0.78 and the lightness value of 040521 is 0.07.

The process color (four color CMYK) of #040521 color hex is 0.88, 0.85, 0.00, 0.87. Web safe color of #040521 is #000033. Color #040521 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000101 00100001
Octal 4 5 41
Decimal 4 5 33
Hex 4 5 21

RGB Percentages of Color #040521

%9.52
%11.90
%78.57

CMYK Percentages of Color #040521

%88
%85
%0
%87

Triadic Colors of #040521

#040521 #210405 #052104

Analogous Colors of #040521

#040521 #120421 #041421

Monochromatic Colors of #040521

#040521

Complementary Color

#040521 #212004

#040521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040521 Color CSS Codes

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

#040521 Text Font Color

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

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


#040521 Background Color

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

This div background color is #040521


#040521 Border Color

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

This div border color is #040521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040521


Comments

No comments written yet.

Please login to write comment.