Color Hex Logo

#054181 Color Hex

#054181
(5,65,129)
0 Favorites   0 Comments

Color spaces of #054181

RGB 565129
HSL0.590.930.26
HSV211°96°51°
CMYK 0.960.500.00   0.49
XYZ5.91535.397821.4990
Yxy5.39780.18030.1645
Hunter Lab23.23324.7891-38.6013
CIE-Lab27.83939.1824-40.8766

#054181 color RGB value is (5,65,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000001 10000001
Octal 5 101 201
Decimal 5 65 129
Hex 5 41 81

RGB Percentages of Color #054181

%2.51
%32.66
%64.82

CMYK Percentages of Color #054181

%96
%50
%0
%49

Triadic Colors of #054181

#054181 #810541 #418105

Analogous Colors of #054181

#054181 #070581 #057f81

Monochromatic Colors of #054181

#054181

Complementary Color

#054181 #814505

#054181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054181 Color CSS Codes

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

#054181 Text Font Color

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

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


#054181 Background Color

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

This div background color is #054181


#054181 Border Color

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

This div border color is #054181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054181


Comments

No comments written yet.

Please login to write comment.