Color Hex Logo

#073286 Color Hex

#073286
(7,50,134)
0 Favorites   0 Comments

Color spaces of #073286

RGB 750134
HSL0.610.900.28
HSV220°95°53°
CMYK 0.950.630.00   0.47
XYZ5.53134.047623.0440
Yxy4.04760.16960.1241
Hunter Lab20.118613.8681-53.8280
CIE-Lab23.828222.0877-50.5178

#073286 color RGB value is (7,50,134).

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

The process color (four color CMYK) of #073286 color hex is 0.95, 0.63, 0.00, 0.47. Web safe color of #073286 is #003399. Color #073286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110010 10000110
Octal 7 62 206
Decimal 7 50 134
Hex 7 32 86

RGB Percentages of Color #073286

%3.66
%26.18
%70.16

CMYK Percentages of Color #073286

%95
%63
%0
%47

Triadic Colors of #073286

#073286 #860732 #328607

Analogous Colors of #073286

#073286 #1c0786 #077286

Monochromatic Colors of #073286

#073286

Complementary Color

#073286 #865b07

#073286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073286 Color CSS Codes

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

#073286 Text Font Color

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

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


#073286 Background Color

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

This div background color is #073286


#073286 Border Color

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

This div border color is #073286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073286


Comments

No comments written yet.

Please login to write comment.