Color Hex Logo

#07142e Color Hex

#07142E
(7,20,46)
0 Favorites   0 Comments

Color spaces of #07142e

RGB 72046
HSL0.610.740.10
HSV220°85°18°
CMYK 0.850.570.00   0.82
XYZ0.83090.74272.6843
Yxy0.74270.19510.1744
Hunter Lab8.61802.1285-12.4348
CIE-Lab6.70875.1199-19.0556

#07142e color RGB value is (7,20,46).

#07142e hex color red value is 7, green value is 20 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #07142e hue: 0.61 , saturation: 0.74 and the lightness value of 07142e is 0.10.

The process color (four color CMYK) of #07142e color hex is 0.85, 0.57, 0.00, 0.82. Web safe color of #07142e is #000033. Color #07142e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010100 00101110
Octal 7 24 56
Decimal 7 20 46
Hex 7 14 2E

RGB Percentages of Color #07142e

%9.59
%27.40
%63.01

CMYK Percentages of Color #07142e

%85
%57
%0
%82

Triadic Colors of #07142e

#07142e #2e0714 #142e07

Analogous Colors of #07142e

#07142e #0e072e #07282e

Monochromatic Colors of #07142e

#07142e

Complementary Color

#07142e #2e2107

#07142e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07142e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07142e Color CSS Codes

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

#07142e Text Font Color

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

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


#07142e Background Color

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

This div background color is #07142e


#07142e Border Color

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

This div border color is #07142e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07142e


Comments

No comments written yet.

Please login to write comment.