Color Hex Logo

#07141a Color Hex

#07141A
(7,20,26)
0 Favorites   0 Comments

Color spaces of #07141a

RGB 72026
HSL0.550.580.06
HSV199°73°10°
CMYK 0.730.230.00   0.90
XYZ0.52420.62011.0693
Yxy0.62010.23680.2801
Hunter Lab7.8746-1.8982-2.5388
CIE-Lab5.6013-2.6703-5.5859

#07141a color RGB value is (7,20,26).

#07141a hex color red value is 7, green value is 20 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #07141a hue: 0.55 , saturation: 0.58 and the lightness value of 07141a is 0.06.

The process color (four color CMYK) of #07141a color hex is 0.73, 0.23, 0.00, 0.90. Web safe color of #07141a is #000033. Color #07141a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010100 00011010
Octal 7 24 32
Decimal 7 20 26
Hex 7 14 1A

RGB Percentages of Color #07141a

%13.21
%37.74
%49.06

CMYK Percentages of Color #07141a

%73
%23
%0
%90

Triadic Colors of #07141a

#07141a #1a0714 #141a07

Analogous Colors of #07141a

#07141a #070b1a #071a17

Monochromatic Colors of #07141a

#07141a

Complementary Color

#07141a #1a0d07

#07141a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07141a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07141a Color CSS Codes

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

#07141a Text Font Color

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

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


#07141a Background Color

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

This div background color is #07141a


#07141a Border Color

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

This div border color is #07141a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07141a


Comments

No comments written yet.

Please login to write comment.