Color Hex Logo

#073382 Color Hex

#073382
(7,51,130)
0 Favorites   0 Comments

Color spaces of #073382

RGB 751130
HSL0.610.900.27
HSV219°95°51°
CMYK 0.950.610.00   0.49
XYZ5.30074.024521.6165
Yxy4.02450.17130.1301
Hunter Lab20.061212.0575-49.8440
CIE-Lab23.752319.6840-48.1350

#073382 color RGB value is (7,51,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110011 10000010
Octal 7 63 202
Decimal 7 51 130
Hex 7 33 82

RGB Percentages of Color #073382

%3.72
%27.13
%69.15

CMYK Percentages of Color #073382

%95
%61
%0
%49

Triadic Colors of #073382

#073382 #820733 #338207

Analogous Colors of #073382

#073382 #190782 #077182

Monochromatic Colors of #073382

#073382

Complementary Color

#073382 #825607

#073382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073382 Color CSS Codes

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

#073382 Text Font Color

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

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


#073382 Background Color

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

This div background color is #073382


#073382 Border Color

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

This div border color is #073382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073382


Comments

No comments written yet.

Please login to write comment.