Color Hex Logo

#481026 Color Hex

#481026
(72,16,38)
0 Favorites   0 Comments

Color spaces of #481026

RGB 721638
HSL0.930.640.17
HSV336°78°28°
CMYK 0.000.780.47   0.72
XYZ3.20761.88822.0291
Yxy1.88820.45020.2650
Hunter Lab13.741217.62010.8637
CIE-Lab14.889228.43530.2327

#481026 color RGB value is (72,16,38).

#481026 hex color red value is 72, green value is 16 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #481026 hue: 0.93 , saturation: 0.64 and the lightness value of 481026 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 00100110
Octal 110 20 46
Decimal 72 16 38
Hex 48 10 26

RGB Percentages of Color #481026

%57.14
%12.70
%30.16

CMYK Percentages of Color #481026

%0
%78
%47
%72

Triadic Colors of #481026

#481026 #264810 #102648

Analogous Colors of #481026

#481026 #481610 #481042

Monochromatic Colors of #481026

#481026

Complementary Color

#481026 #104832

#481026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481026 Color CSS Codes

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

#481026 Text Font Color

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

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


#481026 Background Color

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

This div background color is #481026


#481026 Border Color

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

This div border color is #481026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481026


Comments

No comments written yet.

Please login to write comment.