Color Hex Logo

#052678 Color Hex

#052678
(5,38,120)
0 Favorites   0 Comments

Color spaces of #052678

RGB 538120
HSL0.620.920.25
HSV223°96°47°
CMYK 0.960.680.00   0.53
XYZ4.14592.774618.0863
Yxy2.77460.16580.1110
Hunter Lab16.657115.2780-52.7170
CIE-Lab19.117624.6381-49.3935

#052678 color RGB value is (5,38,120).

#052678 hex color red value is 5, green value is 38 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #052678 hue: 0.62 , saturation: 0.92 and the lightness value of 052678 is 0.25.

The process color (four color CMYK) of #052678 color hex is 0.96, 0.68, 0.00, 0.53. Web safe color of #052678 is #003366. Color #052678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100110 01111000
Octal 5 46 170
Decimal 5 38 120
Hex 5 26 78

RGB Percentages of Color #052678

%3.07
%23.31
%73.62

CMYK Percentages of Color #052678

%96
%68
%0
%53

Triadic Colors of #052678

#052678 #780526 #267805

Analogous Colors of #052678

#052678 #1e0578 #056078

Monochromatic Colors of #052678

#052678

Complementary Color

#052678 #785705

#052678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052678 Color CSS Codes

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

#052678 Text Font Color

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

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


#052678 Background Color

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

This div background color is #052678


#052678 Border Color

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

This div border color is #052678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052678


Comments

No comments written yet.

Please login to write comment.