Color Hex Logo

#07030b Color Hex

#07030B
(7,3,11)
0 Favorites   0 Comments

Color spaces of #07030b

RGB 7311
HSL0.750.570.03
HSV270°73°
CMYK 0.360.730.00   0.96
XYZ0.18060.13450.3330
Yxy0.13450.27870.2075
Hunter Lab3.66742.3721-2.8163
CIE-Lab1.21492.1613-2.6683

#07030b color RGB value is (7,3,11).

#07030b hex color red value is 7, green value is 3 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #07030b hue: 0.75 , saturation: 0.57 and the lightness value of 07030b is 0.03.

The process color (four color CMYK) of #07030b color hex is 0.36, 0.73, 0.00, 0.96. Web safe color of #07030b is #000000. Color #07030b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000011 00001011
Octal 7 3 13
Decimal 7 3 11
Hex 7 3 B

RGB Percentages of Color #07030b

%33.33
%14.29
%52.38

CMYK Percentages of Color #07030b

%36
%73
%0
%96

Triadic Colors of #07030b

#07030b #0b0703 #030b07

Analogous Colors of #07030b

#07030b #0b030b #03030b

Monochromatic Colors of #07030b

#07030b

Complementary Color

#07030b #070b03

#07030b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07030b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07030b Color CSS Codes

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

#07030b Text Font Color

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

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


#07030b Background Color

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

This div background color is #07030b


#07030b Border Color

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

This div border color is #07030b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07030b

#07030b Color Palettes


Comments

No comments written yet.

Please login to write comment.