Color Hex Logo

#072749 Color Hex

#072749
(7,39,73)
0 Favorites   0 Comments

Color spaces of #072749

RGB 73973
HSL0.590.830.16
HSV211°90°29°
CMYK 0.900.470.00   0.71
XYZ2.01571.97726.5787
Yxy1.97720.19070.1870
Hunter Lab14.06130.9809-17.8964
CIE-Lab15.36713.1957-24.3983

#072749 color RGB value is (7,39,73).

#072749 hex color red value is 7, green value is 39 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #072749 hue: 0.59 , saturation: 0.83 and the lightness value of 072749 is 0.16.

The process color (four color CMYK) of #072749 color hex is 0.90, 0.47, 0.00, 0.71. Web safe color of #072749 is #003333. Color #072749 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100111 01001001
Octal 7 47 111
Decimal 7 39 73
Hex 7 27 49

RGB Percentages of Color #072749

%5.88
%32.77
%61.34

CMYK Percentages of Color #072749

%90
%47
%0
%71

Triadic Colors of #072749

#072749 #490727 #274907

Analogous Colors of #072749

#072749 #080749 #074849

Monochromatic Colors of #072749

#072749

Complementary Color

#072749 #492907

#072749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072749 Color CSS Codes

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

#072749 Text Font Color

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

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


#072749 Background Color

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

This div background color is #072749


#072749 Border Color

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

This div border color is #072749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072749


Comments

No comments written yet.

Please login to write comment.