Color Hex Logo

#054083 Color Hex

#054083
(5,64,131)
0 Favorites   0 Comments

Color spaces of #054083

RGB 564131
HSL0.590.930.27
HSV212°96°51°
CMYK 0.960.510.00   0.49
XYZ5.99275.337822.1872
Yxy5.33780.17880.1593
Hunter Lab23.10375.8684-40.7655
CIE-Lab27.676310.7456-42.3873

#054083 color RGB value is (5,64,131).

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

The process color (four color CMYK) of #054083 color hex is 0.96, 0.51, 0.00, 0.49. Web safe color of #054083 is #003399. Color #054083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000000 10000011
Octal 5 100 203
Decimal 5 64 131
Hex 5 40 83

RGB Percentages of Color #054083

%2.50
%32.00
%65.50

CMYK Percentages of Color #054083

%96
%51
%0
%49

Triadic Colors of #054083

#054083 #830540 #408305

Analogous Colors of #054083

#054083 #090583 #057f83

Monochromatic Colors of #054083

#054083

Complementary Color

#054083 #834805

#054083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054083 Color CSS Codes

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

#054083 Text Font Color

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

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


#054083 Background Color

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

This div background color is #054083


#054083 Border Color

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

This div border color is #054083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054083


Comments

No comments written yet.

Please login to write comment.