Color Hex Logo

#054782 Color Hex

#054782
(5,71,130)
0 Favorites   0 Comments

Color spaces of #054782

RGB 571130
HSL0.580.930.26
HSV208°96°51°
CMYK 0.960.450.00   0.49
XYZ6.34516.150421.9718
Yxy6.15040.18410.1784
Hunter Lab24.80002.2694-35.1685
CIE-Lab29.78885.4667-38.3630

#054782 color RGB value is (5,71,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000111 10000010
Octal 5 107 202
Decimal 5 71 130
Hex 5 47 82

RGB Percentages of Color #054782

%2.43
%34.47
%63.11

CMYK Percentages of Color #054782

%96
%45
%0
%49

Triadic Colors of #054782

#054782 #820547 #478205

Analogous Colors of #054782

#054782 #050882 #05827f

Monochromatic Colors of #054782

#054782

Complementary Color

#054782 #824005

#054782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054782 Color CSS Codes

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

#054782 Text Font Color

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

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


#054782 Background Color

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

This div background color is #054782


#054782 Border Color

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

This div border color is #054782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054782

#054782 Color Palettes


Comments

No comments written yet.

Please login to write comment.