Color Hex Logo

#072478 Color Hex

#072478
(7,36,120)
0 Favorites   0 Comments

Color spaces of #072478

RGB 736120
HSL0.620.890.25
HSV225°94°47°
CMYK 0.940.700.00   0.53
XYZ4.10872.663018.0668
Yxy2.66300.16540.1072
Hunter Lab16.318716.3848-54.2182
CIE-Lab18.640326.1674-50.1769

#072478 color RGB value is (7,36,120).

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

The process color (four color CMYK) of #072478 color hex is 0.94, 0.70, 0.00, 0.53. Web safe color of #072478 is #003366. Color #072478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100100 01111000
Octal 7 44 170
Decimal 7 36 120
Hex 7 24 78

RGB Percentages of Color #072478

%4.29
%22.09
%73.62

CMYK Percentages of Color #072478

%94
%70
%0
%53

Triadic Colors of #072478

#072478 #780724 #247807

Analogous Colors of #072478

#072478 #230778 #075d78

Monochromatic Colors of #072478

#072478

Complementary Color

#072478 #785b07

#072478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072478 Color CSS Codes

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

#072478 Text Font Color

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

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


#072478 Background Color

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

This div background color is #072478


#072478 Border Color

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

This div border color is #072478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072478


Comments

No comments written yet.

Please login to write comment.