Color Hex Logo

#072542 Color Hex

#072542
(7,37,66)
0 Favorites   0 Comments

Color spaces of #072542

RGB 73766
HSL0.580.810.14
HSV209°89°26°
CMYK 0.890.440.00   0.74
XYZ1.73261.76175.4030
Yxy1.76170.19470.1980
Hunter Lab13.27290.0732-14.8441
CIE-Lab14.18341.4891-21.4541

#072542 color RGB value is (7,37,66).

#072542 hex color red value is 7, green value is 37 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #072542 hue: 0.58 , saturation: 0.81 and the lightness value of 072542 is 0.14.

The process color (four color CMYK) of #072542 color hex is 0.89, 0.44, 0.00, 0.74. Web safe color of #072542 is #003333. Color #072542 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100101 01000010
Octal 7 45 102
Decimal 7 37 66
Hex 7 25 42

RGB Percentages of Color #072542

%6.36
%33.64
%60.00

CMYK Percentages of Color #072542

%89
%44
%0
%74

Triadic Colors of #072542

#072542 #420725 #254207

Analogous Colors of #072542

#072542 #070742 #074242

Monochromatic Colors of #072542

#072542

Complementary Color

#072542 #422407

#072542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072542 Color CSS Codes

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

#072542 Text Font Color

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

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


#072542 Background Color

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

This div background color is #072542


#072542 Border Color

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

This div border color is #072542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072542


Comments

No comments written yet.

Please login to write comment.