Color Hex Logo

#052882 Color Hex

#052882
(5,40,130)
0 Favorites   0 Comments

Color spaces of #052882

RGB 540130
HSL0.620.930.26
HSV223°96°51°
CMYK 0.960.690.00   0.49
XYZ4.85063.161621.4737
Yxy3.16160.16450.1072
Hunter Lab17.780917.5780-59.1570
CIE-Lab20.679827.3597-53.1749

#052882 color RGB value is (5,40,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 10000010
Octal 5 50 202
Decimal 5 40 130
Hex 5 28 82

RGB Percentages of Color #052882

%2.86
%22.86
%74.29

CMYK Percentages of Color #052882

%96
%69
%0
%49

Triadic Colors of #052882

#052882 #820528 #288205

Analogous Colors of #052882

#052882 #210582 #056782

Monochromatic Colors of #052882

#052882

Complementary Color

#052882 #825f05

#052882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052882 Color CSS Codes

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

#052882 Text Font Color

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

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


#052882 Background Color

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

This div background color is #052882


#052882 Border Color

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

This div border color is #052882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052882


Comments

No comments written yet.

Please login to write comment.