Color Hex Logo

#052083 Color Hex

#052083
(5,32,131)
0 Favorites   0 Comments

Color spaces of #052083

RGB 532131
HSL0.630.930.27
HSV227°96°51°
CMYK 0.960.760.00   0.49
XYZ4.67582.704021.7482
Yxy2.70400.16050.0928
Hunter Lab16.443821.9797-66.9047
CIE-Lab18.817233.1332-56.8802

#052083 color RGB value is (5,32,131).

#052083 hex color red value is 5, green value is 32 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #052083 hue: 0.63 , saturation: 0.93 and the lightness value of 052083 is 0.27.

The process color (four color CMYK) of #052083 color hex is 0.96, 0.76, 0.00, 0.49. Web safe color of #052083 is #003399. Color #052083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 10000011
Octal 5 40 203
Decimal 5 32 131
Hex 5 20 83

RGB Percentages of Color #052083

%2.98
%19.05
%77.98

CMYK Percentages of Color #052083

%96
%76
%0
%49

Triadic Colors of #052083

#052083 #830520 #208305

Analogous Colors of #052083

#052083 #290583 #055f83

Monochromatic Colors of #052083

#052083

Complementary Color

#052083 #836805

#052083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052083 Color CSS Codes

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

#052083 Text Font Color

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

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


#052083 Background Color

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

This div background color is #052083


#052083 Border Color

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

This div border color is #052083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052083


Comments

No comments written yet.

Please login to write comment.