Color Hex Logo

#073050 Color Hex

#073050
(7,48,80)
0 Favorites   0 Comments

Color spaces of #073050

RGB 74880
HSL0.570.840.17
HSV206°91°31°
CMYK 0.910.400.00   0.69
XYZ2.59252.73837.9813
Yxy2.73830.19470.2057
Hunter Lab16.5478-0.9936-17.0131
CIE-Lab18.9638-0.1966-23.4194

#073050 color RGB value is (7,48,80).

#073050 hex color red value is 7, green value is 48 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #073050 hue: 0.57 , saturation: 0.84 and the lightness value of 073050 is 0.17.

The process color (four color CMYK) of #073050 color hex is 0.91, 0.40, 0.00, 0.69. Web safe color of #073050 is #003366. Color #073050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 01010000
Octal 7 60 120
Decimal 7 48 80
Hex 7 30 50

RGB Percentages of Color #073050

%5.19
%35.56
%59.26

CMYK Percentages of Color #073050

%91
%40
%0
%69

Triadic Colors of #073050

#073050 #500730 #305007

Analogous Colors of #073050

#073050 #070c50 #07504c

Monochromatic Colors of #073050

#073050

Complementary Color

#073050 #502707

#073050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073050 Color CSS Codes

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

#073050 Text Font Color

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

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


#073050 Background Color

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

This div background color is #073050


#073050 Border Color

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

This div border color is #073050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073050

#073050 Color Palettes


Comments

No comments written yet.

Please login to write comment.