Color Hex Logo

#05202c Color Hex

#05202C
(5,32,44)
0 Favorites   0 Comments

Color spaces of #05202c

RGB 53244
HSL0.550.800.10
HSV198°89°17°
CMYK 0.890.270.00   0.83
XYZ1.03371.24712.5691
Yxy1.24710.21310.2571
Hunter Lab11.1674-3.0201-5.8228
CIE-Lab10.9004-5.1714-10.9837

#05202c color RGB value is (5,32,44).

#05202c hex color red value is 5, green value is 32 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #05202c hue: 0.55 , saturation: 0.80 and the lightness value of 05202c is 0.10.

The process color (four color CMYK) of #05202c color hex is 0.89, 0.27, 0.00, 0.83. Web safe color of #05202c is #003333. Color #05202c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 00101100
Octal 5 40 54
Decimal 5 32 44
Hex 5 20 2C

RGB Percentages of Color #05202c

%6.17
%39.51
%54.32

CMYK Percentages of Color #05202c

%89
%27
%0
%83

Triadic Colors of #05202c

#05202c #2c0520 #202c05

Analogous Colors of #05202c

#05202c #050d2c #052c25

Monochromatic Colors of #05202c

#05202c

Complementary Color

#05202c #2c1105

#05202c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05202c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05202c Color CSS Codes

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

#05202c Text Font Color

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

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


#05202c Background Color

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

This div background color is #05202c


#05202c Border Color

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

This div border color is #05202c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05202c


Comments

No comments written yet.

Please login to write comment.