Color Hex Logo

#481025 Color Hex

#481025
(72,16,37)
0 Favorites   0 Comments

Color spaces of #481025

RGB 721637
HSL0.940.640.17
HSV338°78°28°
CMYK 0.000.780.49   0.72
XYZ3.19171.88191.9453
Yxy1.88190.45470.2681
Hunter Lab13.718217.52311.1952
CIE-Lab14.854928.31610.9136

#481025 color RGB value is (72,16,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 00100101
Octal 110 20 45
Decimal 72 16 37
Hex 48 10 25

RGB Percentages of Color #481025

%57.60
%12.80
%29.60

CMYK Percentages of Color #481025

%0
%78
%49
%72

Triadic Colors of #481025

#481025 #254810 #102548

Analogous Colors of #481025

#481025 #481710 #481041

Monochromatic Colors of #481025

#481025

Complementary Color

#481025 #104833

#481025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481025 Color CSS Codes

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

#481025 Text Font Color

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

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


#481025 Background Color

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

This div background color is #481025


#481025 Border Color

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

This div border color is #481025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481025


Comments

No comments written yet.

Please login to write comment.