Color Hex Logo

#072932 Color Hex

#072932
(7,41,50)
0 Favorites   0 Comments

Color spaces of #072932

RGB 74150
HSL0.530.750.11
HSV193°86°20°
CMYK 0.860.180.00   0.80
XYZ1.45631.86133.3001
Yxy1.86130.22010.2813
Hunter Lab13.6429-4.8214-4.7916
CIE-Lab14.7419-8.3216-9.3539

#072932 color RGB value is (7,41,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 00110010
Octal 7 51 62
Decimal 7 41 50
Hex 7 29 32

RGB Percentages of Color #072932

%7.14
%41.84
%51.02

CMYK Percentages of Color #072932

%86
%18
%0
%80

Triadic Colors of #072932

#072932 #320729 #293207

Analogous Colors of #072932

#072932 #071432 #073226

Monochromatic Colors of #072932

#072932

Complementary Color

#072932 #321007

#072932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072932 Color CSS Codes

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

#072932 Text Font Color

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

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


#072932 Background Color

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

This div background color is #072932


#072932 Border Color

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

This div border color is #072932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,41,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 #072932">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072932


Comments

No comments written yet.

Please login to write comment.