Color Hex Logo

#070304 Color Hex

#070304
(7,3,4)
0 Favorites   0 Comments

Color spaces of #070304

RGB 734
HSL0.960.400.02
HSV345°57°
CMYK 0.000.570.43   0.97
XYZ0.14210.11910.1304
Yxy0.11910.36290.3041
Hunter Lab3.45111.31040.1755
CIE-Lab1.07581.1838-0.0103

#070304 color RGB value is (7,3,4).

#070304 hex color red value is 7, green value is 3 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #070304 hue: 0.96 , saturation: 0.40 and the lightness value of 070304 is 0.02.

The process color (four color CMYK) of #070304 color hex is 0.00, 0.57, 0.43, 0.97. Web safe color of #070304 is #000000. Color #070304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000011 00000100
Octal 7 3 4
Decimal 7 3 4
Hex 7 3 4

RGB Percentages of Color #070304

%50.00
%21.43
%28.57

CMYK Percentages of Color #070304

%0
%57
%43
%97

Triadic Colors of #070304

#070304 #040703 #030407

Analogous Colors of #070304

#070304 #070403 #070306

Monochromatic Colors of #070304

#070304

Complementary Color

#070304 #030706

#070304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070304 Color CSS Codes

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

#070304 Text Font Color

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

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


#070304 Background Color

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

This div background color is #070304


#070304 Border Color

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

This div border color is #070304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070304

#070304 Color Palettes


Comments

No comments written yet.

Please login to write comment.