Color Hex Logo

#052074 Color Hex

#052074
(5,32,116)
0 Favorites   0 Comments

Color spaces of #052074

RGB 532116
HSL0.630.920.24
HSV225°96°45°
CMYK 0.960.720.00   0.55
XYZ3.73152.326216.7753
Yxy2.32620.16340.1019
Hunter Lab15.251916.9807-54.5358
CIE-Lab17.113627.2046-50.1253

#052074 color RGB value is (5,32,116).

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

The process color (four color CMYK) of #052074 color hex is 0.96, 0.72, 0.00, 0.55. Web safe color of #052074 is #003366. Color #052074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 01110100
Octal 5 40 164
Decimal 5 32 116
Hex 5 20 74

RGB Percentages of Color #052074

%3.27
%20.92
%75.82

CMYK Percentages of Color #052074

%96
%72
%0
%55

Triadic Colors of #052074

#052074 #740520 #207405

Analogous Colors of #052074

#052074 #210574 #055874

Monochromatic Colors of #052074

#052074

Complementary Color

#052074 #745905

#052074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052074 Color CSS Codes

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

#052074 Text Font Color

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

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


#052074 Background Color

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

This div background color is #052074


#052074 Border Color

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

This div border color is #052074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052074


Comments

No comments written yet.

Please login to write comment.