Color Hex Logo

#030004 Color Hex

#030004
(3,0,4)
0 Favorites   0 Comments

Color spaces of #030004

RGB 304
HSL0.791.000.01
HSV285°100°
CMYK 0.251.000.00   0.98
XYZ0.05950.02810.1172
Yxy0.02810.29050.1372
Hunter Lab1.67633.4023-2.9719
CIE-Lab0.25381.3433-1.2387

#030004 color RGB value is (3,0,4).

#030004 hex color red value is 3, green value is 0 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #030004 hue: 0.79 , saturation: 1.00 and the lightness value of 030004 is 0.01.

The process color (four color CMYK) of #030004 color hex is 0.25, 1.00, 0.00, 0.98. Web safe color of #030004 is #000000. Color #030004 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000000 00000100
Octal 3 0 4
Decimal 3 0 4
Hex 3 0 4

RGB Percentages of Color #030004

%42.86
%0.00
%57.14

CMYK Percentages of Color #030004

%25
%100
%0
%98

Triadic Colors of #030004

#030004 #040300 #000403

Analogous Colors of #030004

#030004 #040003 #010004

Monochromatic Colors of #030004

#030004

Complementary Color

#030004 #010400

#030004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030004 Color CSS Codes

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

#030004 Text Font Color

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

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


#030004 Background Color

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

This div background color is #030004


#030004 Border Color

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

This div border color is #030004


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,0,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 #030004">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030004


Comments

No comments written yet.

Please login to write comment.