Color Hex Logo

#072032 Color Hex

#072032
(7,32,50)
0 Favorites   0 Comments

Color spaces of #072032

RGB 73250
HSL0.570.750.11
HSV205°86°20°
CMYK 0.860.360.00   0.80
XYZ1.17991.30853.2080
Yxy1.30850.20710.2297
Hunter Lab11.4390-1.6064-8.6203
CIE-Lab11.3348-2.0499-14.6425

#072032 color RGB value is (7,32,50).

#072032 hex color red value is 7, green value is 32 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #072032 hue: 0.57 , saturation: 0.75 and the lightness value of 072032 is 0.11.

The process color (four color CMYK) of #072032 color hex is 0.86, 0.36, 0.00, 0.80. Web safe color of #072032 is #003333. Color #072032 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100000 00110010
Octal 7 40 62
Decimal 7 32 50
Hex 7 20 32

RGB Percentages of Color #072032

%7.87
%35.96
%56.18

CMYK Percentages of Color #072032

%86
%36
%0
%80

Triadic Colors of #072032

#072032 #320720 #203207

Analogous Colors of #072032

#072032 #070b32 #07322f

Monochromatic Colors of #072032

#072032

Complementary Color

#072032 #321907

#072032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072032 Color CSS Codes

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

#072032 Text Font Color

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

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


#072032 Background Color

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

This div background color is #072032


#072032 Border Color

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

This div border color is #072032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072032


Comments

No comments written yet.

Please login to write comment.