Color Hex Logo

#05204e Color Hex

#05204E
(5,32,78)
0 Favorites   0 Comments

Color spaces of #05204e

RGB 53278
HSL0.610.880.16
HSV218°94°31°
CMYK 0.940.590.00   0.69
XYZ1.95421.61537.4165
Yxy1.61530.17790.1470
Hunter Lab12.70945.2046-25.7016
CIE-Lab13.323010.5843-31.1219

#05204e color RGB value is (5,32,78).

#05204e hex color red value is 5, green value is 32 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #05204e hue: 0.61 , saturation: 0.88 and the lightness value of 05204e is 0.16.

The process color (four color CMYK) of #05204e color hex is 0.94, 0.59, 0.00, 0.69. Web safe color of #05204e is #003366. Color #05204e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 01001110
Octal 5 40 116
Decimal 5 32 78
Hex 5 20 4E

RGB Percentages of Color #05204e

%4.35
%27.83
%67.83

CMYK Percentages of Color #05204e

%94
%59
%0
%69

Triadic Colors of #05204e

#05204e #4e0520 #204e05

Analogous Colors of #05204e

#05204e #0f054e #05444e

Monochromatic Colors of #05204e

#05204e

Complementary Color

#05204e #4e3305

#05204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05204e Color CSS Codes

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

#05204e Text Font Color

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

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


#05204e Background Color

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

This div background color is #05204e


#05204e Border Color

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

This div border color is #05204e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,32,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05204e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05204e;
  -webkit-box-shadow: 1px 1px 3px 2px #05204e;
  box-shadow:         1px 1px 3px 2px #05204e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05204e


Comments

No comments written yet.

Please login to write comment.