Color Hex Logo

#053078 Color Hex

#053078
(5,48,120)
0 Favorites   0 Comments

Color spaces of #053078

RGB 548120
HSL0.600.920.25
HSV218°96°47°
CMYK 0.960.600.00   0.53
XYZ4.50973.502218.2076
Yxy3.50220.17200.1336
Hunter Lab18.714210.2648-44.5852
CIE-Lab21.952317.4240-44.7513

#053078 color RGB value is (5,48,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110000 01111000
Octal 5 60 170
Decimal 5 48 120
Hex 5 30 78

RGB Percentages of Color #053078

%2.89
%27.75
%69.36

CMYK Percentages of Color #053078

%96
%60
%0
%53

Triadic Colors of #053078

#053078 #780530 #307805

Analogous Colors of #053078

#053078 #140578 #056a78

Monochromatic Colors of #053078

#053078

Complementary Color

#053078 #784d05

#053078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053078 Color CSS Codes

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

#053078 Text Font Color

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

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


#053078 Background Color

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

This div background color is #053078


#053078 Border Color

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

This div border color is #053078


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,48,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 #053078">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053078


Comments

No comments written yet.

Please login to write comment.