Color Hex Logo

#480910 Color Hex

#480910
(72,9,16)
0 Favorites   0 Comments

Color spaces of #480910

RGB 72916
HSL0.980.780.16
HSV353°88°28°
CMYK 0.000.880.78   0.72
XYZ2.86371.61050.6501
Yxy1.61050.55880.3143
Hunter Lab12.690518.07125.8461
CIE-Lab13.294029.317413.6220

#480910 color RGB value is (72,9,16).

#480910 hex color red value is 72, green value is 9 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #480910 hue: 0.98 , saturation: 0.78 and the lightness value of 480910 is 0.16.

The process color (four color CMYK) of #480910 color hex is 0.00, 0.88, 0.78, 0.72. Web safe color of #480910 is #330000. Color #480910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001001 00010000
Octal 110 11 20
Decimal 72 9 16
Hex 48 9 10

RGB Percentages of Color #480910

%74.23
%9.28
%16.49

CMYK Percentages of Color #480910

%0
%88
%78
%72

Triadic Colors of #480910

#480910 #104809 #091048

Analogous Colors of #480910

#480910 #482209 #480930

Monochromatic Colors of #480910

#480910

Complementary Color

#480910 #094841

#480910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480910 Color CSS Codes

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

#480910 Text Font Color

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

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


#480910 Background Color

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

This div background color is #480910


#480910 Border Color

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

This div border color is #480910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480910


Comments

No comments written yet.

Please login to write comment.