Color Hex Logo

#052840 Color Hex

#052840
(5,40,64)
0 Favorites   0 Comments

Color spaces of #052840

RGB 54064
HSL0.570.860.14
HSV204°92°25°
CMYK 0.920.380.00   0.75
XYZ1.74681.92005.1290
Yxy1.92000.19860.2183
Hunter Lab13.8564-1.7462-12.2469
CIE-Lab15.0617-1.9379-18.6759

#052840 color RGB value is (5,40,64).

#052840 hex color red value is 5, green value is 40 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #052840 hue: 0.57 , saturation: 0.86 and the lightness value of 052840 is 0.14.

The process color (four color CMYK) of #052840 color hex is 0.92, 0.38, 0.00, 0.75. Web safe color of #052840 is #003333. Color #052840 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 01000000
Octal 5 50 100
Decimal 5 40 64
Hex 5 28 40

RGB Percentages of Color #052840

%4.59
%36.70
%58.72

CMYK Percentages of Color #052840

%92
%38
%0
%75

Triadic Colors of #052840

#052840 #400528 #284005

Analogous Colors of #052840

#052840 #050a40 #05403b

Monochromatic Colors of #052840

#052840

Complementary Color

#052840 #401d05

#052840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052840 Color CSS Codes

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

#052840 Text Font Color

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

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


#052840 Background Color

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

This div background color is #052840


#052840 Border Color

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

This div border color is #052840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052840


Comments

No comments written yet.

Please login to write comment.