Color Hex Logo

#04528e Color Hex

#04528E
(4,82,142)
0 Favorites   0 Comments

Color spaces of #04528e

RGB 482142
HSL0.570.950.29
HSV206°97°56°
CMYK 0.970.420.00   0.44
XYZ7.94988.013426.7189
Yxy8.01340.18630.1877
Hunter Lab28.30790.5897-36.1462
CIE-Lab34.01083.0996-38.9875

#04528e color RGB value is (4,82,142).

#04528e hex color red value is 4, green value is 82 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #04528e hue: 0.57 , saturation: 0.95 and the lightness value of 04528e is 0.29.

The process color (four color CMYK) of #04528e color hex is 0.97, 0.42, 0.00, 0.44. Web safe color of #04528e is #006699. Color #04528e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010010 10001110
Octal 4 122 216
Decimal 4 82 142
Hex 4 52 8E

RGB Percentages of Color #04528e

%1.75
%35.96
%62.28

CMYK Percentages of Color #04528e

%97
%42
%0
%44

Triadic Colors of #04528e

#04528e #8e0452 #528e04

Analogous Colors of #04528e

#04528e #040d8e #048e85

Monochromatic Colors of #04528e

#04528e

Complementary Color

#04528e #8e4004

#04528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04528e Color CSS Codes

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

#04528e Text Font Color

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

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


#04528e Background Color

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

This div background color is #04528e


#04528e Border Color

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

This div border color is #04528e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,82,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 #04528e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04528e


Comments

No comments written yet.

Please login to write comment.