Color Hex Logo

#054087 Color Hex

#054087
(5,64,135)
0 Favorites   0 Comments

Color spaces of #054087

RGB 564135
HSL0.590.930.27
HSV213°96°53°
CMYK 0.960.530.00   0.47
XYZ6.26925.448323.6429
Yxy5.44830.17730.1541
Hunter Lab23.34167.0946-43.7162
CIE-Lab27.975612.4701-44.3908

#054087 color RGB value is (5,64,135).

#054087 hex color red value is 5, green value is 64 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #054087 hue: 0.59 , saturation: 0.93 and the lightness value of 054087 is 0.27.

The process color (four color CMYK) of #054087 color hex is 0.96, 0.53, 0.00, 0.47. Web safe color of #054087 is #003399. Color #054087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000000 10000111
Octal 5 100 207
Decimal 5 64 135
Hex 5 40 87

RGB Percentages of Color #054087

%2.45
%31.37
%66.18

CMYK Percentages of Color #054087

%96
%53
%0
%47

Triadic Colors of #054087

#054087 #870540 #408705

Analogous Colors of #054087

#054087 #0b0587 #058187

Monochromatic Colors of #054087

#054087

Complementary Color

#054087 #874c05

#054087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054087 Color CSS Codes

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

#054087 Text Font Color

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

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


#054087 Background Color

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

This div background color is #054087


#054087 Border Color

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

This div border color is #054087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054087


Comments

No comments written yet.

Please login to write comment.