Color Hex Logo

#052384 Color Hex

#052384
(5,35,132)
0 Favorites   0 Comments

Color spaces of #052384

RGB 535132
HSL0.630.930.27
HSV226°96°52°
CMYK 0.960.730.00   0.48
XYZ4.82852.900322.1351
Yxy2.90030.16170.0971
Hunter Lab17.030320.8062-65.1410
CIE-Lab19.640131.5591-56.1506

#052384 color RGB value is (5,35,132).

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

The process color (four color CMYK) of #052384 color hex is 0.96, 0.73, 0.00, 0.48. Web safe color of #052384 is #003399. Color #052384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100011 10000100
Octal 5 43 204
Decimal 5 35 132
Hex 5 23 84

RGB Percentages of Color #052384

%2.91
%20.35
%76.74

CMYK Percentages of Color #052384

%96
%73
%0
%48

Triadic Colors of #052384

#052384 #840523 #238405

Analogous Colors of #052384

#052384 #270584 #056384

Monochromatic Colors of #052384

#052384

Complementary Color

#052384 #846605

#052384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052384 Color CSS Codes

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

#052384 Text Font Color

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

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


#052384 Background Color

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

This div background color is #052384


#052384 Border Color

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

This div border color is #052384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052384


Comments

No comments written yet.

Please login to write comment.