Color Hex Logo

#073470 Color Hex

#073470
(7,52,112)
0 Favorites   0 Comments

Color spaces of #073470

RGB 752112
HSL0.600.880.23
HSV214°94°44°
CMYK 0.940.540.00   0.56
XYZ4.24023.671015.8143
Yxy3.67100.17870.1547
Hunter Lab19.15995.9735-35.5253
CIE-Lab22.552511.1569-38.6601

#073470 color RGB value is (7,52,112).

#073470 hex color red value is 7, green value is 52 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #073470 hue: 0.60 , saturation: 0.88 and the lightness value of 073470 is 0.23.

The process color (four color CMYK) of #073470 color hex is 0.94, 0.54, 0.00, 0.56. Web safe color of #073470 is #003366. Color #073470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110100 01110000
Octal 7 64 160
Decimal 7 52 112
Hex 7 34 70

RGB Percentages of Color #073470

%4.09
%30.41
%65.50

CMYK Percentages of Color #073470

%94
%54
%0
%56

Triadic Colors of #073470

#073470 #700734 #347007

Analogous Colors of #073470

#073470 #0f0770 #076970

Monochromatic Colors of #073470

#073470

Complementary Color

#073470 #704307

#073470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073470 Color CSS Codes

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

#073470 Text Font Color

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

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


#073470 Background Color

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

This div background color is #073470


#073470 Border Color

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

This div border color is #073470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,52,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073470


Comments

No comments written yet.

Please login to write comment.