Color Hex Logo

#072033 Color Hex

#072033
(7,32,51)
0 Favorites   0 Comments

Color spaces of #072033

RGB 73251
HSL0.570.760.11
HSV206°86°20°
CMYK 0.860.370.00   0.80
XYZ1.20171.31723.3229
Yxy1.31720.20570.2255
Hunter Lab11.4769-1.3947-9.1323
CIE-Lab11.3952-1.6018-15.2672

#072033 color RGB value is (7,32,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100000 00110011
Octal 7 40 63
Decimal 7 32 51
Hex 7 20 33

RGB Percentages of Color #072033

%7.78
%35.56
%56.67

CMYK Percentages of Color #072033

%86
%37
%0
%80

Triadic Colors of #072033

#072033 #330720 #203307

Analogous Colors of #072033

#072033 #070a33 #073330

Monochromatic Colors of #072033

#072033

Complementary Color

#072033 #331a07

#072033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072033 Color CSS Codes

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

#072033 Text Font Color

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

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


#072033 Background Color

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

This div background color is #072033


#072033 Border Color

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

This div border color is #072033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072033


Comments

No comments written yet.

Please login to write comment.