Color Hex Logo

#073582 Color Hex

#073582
(7,53,130)
0 Favorites   0 Comments

Color spaces of #073582

RGB 753130
HSL0.600.900.27
HSV218°95°51°
CMYK 0.950.590.00   0.49
XYZ5.39004.203121.6463
Yxy4.20310.17250.1345
Hunter Lab20.501511.0515-48.2498
CIE-Lab24.331818.2527-47.1893

#073582 color RGB value is (7,53,130).

#073582 hex color red value is 7, green value is 53 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #073582 hue: 0.60 , saturation: 0.90 and the lightness value of 073582 is 0.27.

The process color (four color CMYK) of #073582 color hex is 0.95, 0.59, 0.00, 0.49. Web safe color of #073582 is #003399. Color #073582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 10000010
Octal 7 65 202
Decimal 7 53 130
Hex 7 35 82

RGB Percentages of Color #073582

%3.68
%27.89
%68.42

CMYK Percentages of Color #073582

%95
%59
%0
%49

Triadic Colors of #073582

#073582 #820735 #358207

Analogous Colors of #073582

#073582 #160782 #077382

Monochromatic Colors of #073582

#073582

Complementary Color

#073582 #825407

#073582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073582 Color CSS Codes

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

#073582 Text Font Color

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

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


#073582 Background Color

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

This div background color is #073582


#073582 Border Color

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

This div border color is #073582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073582


Comments

No comments written yet.

Please login to write comment.