Color Hex Logo

#052849 Color Hex

#052849
(5,40,73)
0 Favorites   0 Comments

Color spaces of #052849

RGB 54073
HSL0.580.870.15
HSV209°93°29°
CMYK 0.930.450.00   0.71
XYZ2.02402.03096.5887
Yxy2.03090.19020.1908
Hunter Lab14.25100.4124-17.4361
CIE-Lab15.64862.1723-23.9528

#052849 color RGB value is (5,40,73).

#052849 hex color red value is 5, green value is 40 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #052849 hue: 0.58 , saturation: 0.87 and the lightness value of 052849 is 0.15.

The process color (four color CMYK) of #052849 color hex is 0.93, 0.45, 0.00, 0.71. Web safe color of #052849 is #003333. Color #052849 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 01001001
Octal 5 50 111
Decimal 5 40 73
Hex 5 28 49

RGB Percentages of Color #052849

%4.24
%33.90
%61.86

CMYK Percentages of Color #052849

%93
%45
%0
%71

Triadic Colors of #052849

#052849 #490528 #284905

Analogous Colors of #052849

#052849 #050649 #054948

Monochromatic Colors of #052849

#052849

Complementary Color

#052849 #492605

#052849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052849 Color CSS Codes

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

#052849 Text Font Color

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

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


#052849 Background Color

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

This div background color is #052849


#052849 Border Color

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

This div border color is #052849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052849


Comments

No comments written yet.

Please login to write comment.