Color Hex Logo

#07131b Color Hex

#07131B
(7,19,27)
0 Favorites   0 Comments

Color spaces of #07131b

RGB 71927
HSL0.570.590.07
HSV204°74°11°
CMYK 0.740.300.00   0.89
XYZ0.51830.59001.1235
Yxy0.59000.23220.2644
Hunter Lab7.6811-1.3974-3.2954
CIE-Lab5.3294-1.7400-6.7664

#07131b color RGB value is (7,19,27).

#07131b hex color red value is 7, green value is 19 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #07131b hue: 0.57 , saturation: 0.59 and the lightness value of 07131b is 0.07.

The process color (four color CMYK) of #07131b color hex is 0.74, 0.30, 0.00, 0.89. Web safe color of #07131b is #000033. Color #07131b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010011 00011011
Octal 7 23 33
Decimal 7 19 27
Hex 7 13 1B

RGB Percentages of Color #07131b

%13.21
%35.85
%50.94

CMYK Percentages of Color #07131b

%74
%30
%0
%89

Triadic Colors of #07131b

#07131b #1b0713 #131b07

Analogous Colors of #07131b

#07131b #07091b #071b19

Monochromatic Colors of #07131b

#07131b

Complementary Color

#07131b #1b0f07

#07131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07131b Color CSS Codes

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

#07131b Text Font Color

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

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


#07131b Background Color

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

This div background color is #07131b


#07131b Border Color

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

This div border color is #07131b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,19,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07131b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07131b;
  -webkit-box-shadow: 1px 1px 3px 2px #07131b;
  box-shadow:         1px 1px 3px 2px #07131b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07131b


Comments

No comments written yet.

Please login to write comment.