Color Hex Logo

#480104 Color Hex

#480104
(72,1,4)
0 Favorites   0 Comments

Color spaces of #480104

RGB 7214
HSL0.990.970.14
HSV357°99°28°
CMYK 0.000.990.94   0.72
XYZ2.70531.40820.2441
Yxy1.40820.62080.3232
Hunter Lab11.866819.92637.0871
CIE-Lab12.012131.919417.2191

#480104 color RGB value is (72,1,4).

#480104 hex color red value is 72, green value is 1 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #480104 hue: 0.99 , saturation: 0.97 and the lightness value of 480104 is 0.14.

The process color (four color CMYK) of #480104 color hex is 0.00, 0.99, 0.94, 0.72. Web safe color of #480104 is #330000. Color #480104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000001 00000100
Octal 110 1 4
Decimal 72 1 4
Hex 48 1 4

RGB Percentages of Color #480104

%93.51
%1.30
%5.19

CMYK Percentages of Color #480104

%0
%99
%94
%72

Triadic Colors of #480104

#480104 #044801 #010448

Analogous Colors of #480104

#480104 #482201 #480128

Monochromatic Colors of #480104

#480104

Complementary Color

#480104 #014845

#480104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480104 Color CSS Codes

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

#480104 Text Font Color

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

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


#480104 Background Color

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

This div background color is #480104


#480104 Border Color

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

This div border color is #480104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480104


Comments

No comments written yet.

Please login to write comment.