Color Hex Logo

#480019 Color Hex

#480019
(72,0,25)
0 Favorites   0 Comments

Color spaces of #480019

RGB 72025
HSL0.941.000.14
HSV339°100°28°
CMYK 0.001.000.65   0.72
XYZ2.84801.44791.0491
Yxy1.44790.53280.2709
Hunter Lab12.032921.19073.2537
CIE-Lab12.272933.43366.1883

#480019 color RGB value is (72,0,25).

#480019 hex color red value is 72, green value is 0 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #480019 hue: 0.94 , saturation: 1.00 and the lightness value of 480019 is 0.14.

The process color (four color CMYK) of #480019 color hex is 0.00, 1.00, 0.65, 0.72. Web safe color of #480019 is #330000. Color #480019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000000 00011001
Octal 110 0 31
Decimal 72 0 25
Hex 48 0 19

RGB Percentages of Color #480019

%74.23
%0.00
%25.77

CMYK Percentages of Color #480019

%0
%100
%65
%72

Triadic Colors of #480019

#480019 #194800 #001948

Analogous Colors of #480019

#480019 #480b00 #48003d

Monochromatic Colors of #480019

#480019

Complementary Color

#480019 #00482f

#480019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480019 Color CSS Codes

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

#480019 Text Font Color

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

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


#480019 Background Color

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

This div background color is #480019


#480019 Border Color

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

This div border color is #480019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480019


Comments

No comments written yet.

Please login to write comment.