Color Hex Logo

#07293e Color Hex

#07293E
(7,41,62)
0 Favorites   0 Comments

Color spaces of #07293e

RGB 74162
HSL0.560.800.14
HSV203°89°24°
CMYK 0.890.340.00   0.76
XYZ1.75011.97884.8471
Yxy1.97880.20410.2307
Hunter Lab14.0670-2.4097-10.5828
CIE-Lab15.3756-3.2079-16.7864

#07293e color RGB value is (7,41,62).

#07293e hex color red value is 7, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #07293e hue: 0.56 , saturation: 0.80 and the lightness value of 07293e is 0.14.

The process color (four color CMYK) of #07293e color hex is 0.89, 0.34, 0.00, 0.76. Web safe color of #07293e is #003333. Color #07293e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 00111110
Octal 7 51 76
Decimal 7 41 62
Hex 7 29 3E

RGB Percentages of Color #07293e

%6.36
%37.27
%56.36

CMYK Percentages of Color #07293e

%89
%34
%0
%76

Triadic Colors of #07293e

#07293e #3e0729 #293e07

Analogous Colors of #07293e

#07293e #070e3e #073e37

Monochromatic Colors of #07293e

#07293e

Complementary Color

#07293e #3e1c07

#07293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07293e Color CSS Codes

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

#07293e Text Font Color

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

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


#07293e Background Color

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

This div background color is #07293e


#07293e Border Color

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

This div border color is #07293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07293e

#07293e Color Palettes


Comments

No comments written yet.

Please login to write comment.