Color Hex Logo

#054098 Color Hex

#054098
(5,64,152)
0 Favorites   0 Comments

Color spaces of #054098

RGB 564152
HSL0.600.940.31
HSV216°97°60°
CMYK 0.970.580.00   0.40
XYZ7.56355.966130.4587
Yxy5.96610.17190.1356
Hunter Lab24.425612.5285-56.8366
CIE-Lab29.326819.6885-52.6522

#054098 color RGB value is (5,64,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000000 10011000
Octal 5 100 230
Decimal 5 64 152
Hex 5 40 98

RGB Percentages of Color #054098

%2.26
%28.96
%68.78

CMYK Percentages of Color #054098

%97
%58
%0
%40

Triadic Colors of #054098

#054098 #980540 #409805

Analogous Colors of #054098

#054098 #140598 #058a98

Monochromatic Colors of #054098

#054098

Complementary Color

#054098 #985d05

#054098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054098 Color CSS Codes

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

#054098 Text Font Color

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

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


#054098 Background Color

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

This div background color is #054098


#054098 Border Color

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

This div border color is #054098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054098


Comments

No comments written yet.

Please login to write comment.