Color Hex Logo

#072757 Color Hex

#072757
(7,39,87)
0 Favorites   0 Comments

Color spaces of #072757

RGB 73987
HSL0.600.850.18
HSV216°92°34°
CMYK 0.920.550.00   0.66
XYZ2.53342.18439.3049
Yxy2.18430.18070.1558
Hunter Lab14.77944.7336-26.9826
CIE-Lab16.42629.5889-32.1870

#072757 color RGB value is (7,39,87).

#072757 hex color red value is 7, green value is 39 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #072757 hue: 0.60 , saturation: 0.85 and the lightness value of 072757 is 0.18.

The process color (four color CMYK) of #072757 color hex is 0.92, 0.55, 0.00, 0.66. Web safe color of #072757 is #003366. Color #072757 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100111 01010111
Octal 7 47 127
Decimal 7 39 87
Hex 7 27 57

RGB Percentages of Color #072757

%5.26
%29.32
%65.41

CMYK Percentages of Color #072757

%92
%55
%0
%66

Triadic Colors of #072757

#072757 #570727 #275707

Analogous Colors of #072757

#072757 #0f0757 #074f57

Monochromatic Colors of #072757

#072757

Complementary Color

#072757 #573707

#072757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072757 Color CSS Codes

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

#072757 Text Font Color

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

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


#072757 Background Color

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

This div background color is #072757


#072757 Border Color

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

This div border color is #072757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072757


Comments

No comments written yet.

Please login to write comment.