Color Hex Logo

#052143 Color Hex

#052143
(5,33,67)
0 Favorites   0 Comments

Color spaces of #052143

RGB 53367
HSL0.590.860.14
HSV213°93°26°
CMYK 0.930.510.00   0.74
XYZ1.61961.52525.5192
Yxy1.52520.18690.1760
Hunter Lab12.34991.7967-17.8519
CIE-Lab12.76744.6675-24.4187

#052143 color RGB value is (5,33,67).

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

The process color (four color CMYK) of #052143 color hex is 0.93, 0.51, 0.00, 0.74. Web safe color of #052143 is #003333. Color #052143 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100001 01000011
Octal 5 41 103
Decimal 5 33 67
Hex 5 21 43

RGB Percentages of Color #052143

%4.76
%31.43
%63.81

CMYK Percentages of Color #052143

%93
%51
%0
%74

Triadic Colors of #052143

#052143 #430521 #214305

Analogous Colors of #052143

#052143 #080543 #054043

Monochromatic Colors of #052143

#052143

Complementary Color

#052143 #432705

#052143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052143 Color CSS Codes

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

#052143 Text Font Color

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

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


#052143 Background Color

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

This div background color is #052143


#052143 Border Color

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

This div border color is #052143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052143


Comments

No comments written yet.

Please login to write comment.