Color Hex Logo

#054898 Color Hex

#054898
(5,72,152)
0 Favorites   0 Comments

Color spaces of #054898

RGB 572152
HSL0.590.940.31
HSV213°97°60°
CMYK 0.970.530.00   0.40
XYZ8.04746.934030.6200
Yxy6.93400.17650.1521
Hunter Lab26.33258.4690-50.5110
CIE-Lab31.656214.1399-48.8665

#054898 color RGB value is (5,72,152).

#054898 hex color red value is 5, green value is 72 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #054898 hue: 0.59 , saturation: 0.94 and the lightness value of 054898 is 0.31.

The process color (four color CMYK) of #054898 color hex is 0.97, 0.53, 0.00, 0.40. Web safe color of #054898 is #003399. Color #054898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001000 10011000
Octal 5 110 230
Decimal 5 72 152
Hex 5 48 98

RGB Percentages of Color #054898

%2.18
%31.44
%66.38

CMYK Percentages of Color #054898

%97
%53
%0
%40

Triadic Colors of #054898

#054898 #980548 #489805

Analogous Colors of #054898

#054898 #0c0598 #059298

Monochromatic Colors of #054898

#054898

Complementary Color

#054898 #985505

#054898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054898 Color CSS Codes

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

#054898 Text Font Color

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

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


#054898 Background Color

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

This div background color is #054898


#054898 Border Color

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

This div border color is #054898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054898


Comments

No comments written yet.

Please login to write comment.