Color Hex Logo

#072656 Color Hex

#072656
(7,38,86)
0 Favorites   0 Comments

Color spaces of #072656

RGB 73886
HSL0.600.850.18
HSV216°92°34°
CMYK 0.920.560.00   0.66
XYZ2.46042.10339.0804
Yxy2.10330.18030.1542
Hunter Lab14.50284.9028-26.9704
CIE-Lab16.02039.8898-32.1725

#072656 color RGB value is (7,38,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 01010110
Octal 7 46 126
Decimal 7 38 86
Hex 7 26 56

RGB Percentages of Color #072656

%5.34
%29.01
%65.65

CMYK Percentages of Color #072656

%92
%56
%0
%66

Triadic Colors of #072656

#072656 #560726 #265607

Analogous Colors of #072656

#072656 #100756 #074e56

Monochromatic Colors of #072656

#072656

Complementary Color

#072656 #563707

#072656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072656 Color CSS Codes

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

#072656 Text Font Color

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

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


#072656 Background Color

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

This div background color is #072656


#072656 Border Color

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

This div border color is #072656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072656


Comments

No comments written yet.

Please login to write comment.