Color Hex Logo

#072125 Color Hex

#072125
(7,33,37)
0 Favorites   0 Comments

Color spaces of #072125

RGB 73337
HSL0.520.680.09
HSV188°81°15°
CMYK 0.810.110.00   0.85
XYZ0.96541.26651.9438
Yxy1.26650.23120.3033
Hunter Lab11.2539-4.3819-2.3630
CIE-Lab11.0392-8.2652-5.6517

#072125 color RGB value is (7,33,37).

#072125 hex color red value is 7, green value is 33 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #072125 hue: 0.52 , saturation: 0.68 and the lightness value of 072125 is 0.09.

The process color (four color CMYK) of #072125 color hex is 0.81, 0.11, 0.00, 0.85. Web safe color of #072125 is #003333. Color #072125 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100001 00100101
Octal 7 41 45
Decimal 7 33 37
Hex 7 21 25

RGB Percentages of Color #072125

%9.09
%42.86
%48.05

CMYK Percentages of Color #072125

%81
%11
%0
%85

Triadic Colors of #072125

#072125 #250721 #212507

Analogous Colors of #072125

#072125 #071225 #07251a

Monochromatic Colors of #072125

#072125

Complementary Color

#072125 #250b07

#072125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072125 Color CSS Codes

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

#072125 Text Font Color

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

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


#072125 Background Color

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

This div background color is #072125


#072125 Border Color

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

This div border color is #072125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072125


Comments

No comments written yet.

Please login to write comment.