Color Hex Logo

#480b26 Color Hex

#480B26
(72,11,38)
0 Favorites   0 Comments

Color spaces of #480b26

RGB 721138
HSL0.930.730.16
HSV333°85°28°
CMYK 0.000.850.47   0.72
XYZ3.14201.75702.0073
Yxy1.75700.45490.2544
Hunter Lab13.255219.11490.3000
CIE-Lab14.156630.4843-0.8400

#480b26 color RGB value is (72,11,38).

#480b26 hex color red value is 72, green value is 11 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #480b26 hue: 0.93 , saturation: 0.73 and the lightness value of 480b26 is 0.16.

The process color (four color CMYK) of #480b26 color hex is 0.00, 0.85, 0.47, 0.72. Web safe color of #480b26 is #330033. Color #480b26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001011 00100110
Octal 110 13 46
Decimal 72 11 38
Hex 48 B 26

RGB Percentages of Color #480b26

%59.50
%9.09
%31.40

CMYK Percentages of Color #480b26

%0
%85
%47
%72

Triadic Colors of #480b26

#480b26 #26480b #0b2648

Analogous Colors of #480b26

#480b26 #480f0b #480b45

Monochromatic Colors of #480b26

#480b26

Complementary Color

#480b26 #0b482d

#480b26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480b26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480b26 Color CSS Codes

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

#480b26 Text Font Color

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

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


#480b26 Background Color

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

This div background color is #480b26


#480b26 Border Color

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

This div border color is #480b26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480b26


Comments

No comments written yet.

Please login to write comment.