Color Hex Logo

#481139 Color Hex

#481139
(72,17,57)
0 Favorites   0 Comments

Color spaces of #481139

RGB 721757
HSL0.880.620.17
HSV316°76°28°
CMYK 0.000.760.21   0.72
XYZ3.61152.07404.0809
Yxy2.07400.36980.2124
Hunter Lab14.401419.5608-6.7199
CIE-Lab15.870930.7198-11.9814

#481139 color RGB value is (72,17,57).

#481139 hex color red value is 72, green value is 17 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #481139 hue: 0.88 , saturation: 0.62 and the lightness value of 481139 is 0.17.

The process color (four color CMYK) of #481139 color hex is 0.00, 0.76, 0.21, 0.72. Web safe color of #481139 is #330033. Color #481139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 00111001
Octal 110 21 71
Decimal 72 17 57
Hex 48 11 39

RGB Percentages of Color #481139

%49.32
%11.64
%39.04

CMYK Percentages of Color #481139

%0
%76
%21
%72

Triadic Colors of #481139

#481139 #394811 #113948

Analogous Colors of #481139

#481139 #48111e #3c1148

Monochromatic Colors of #481139

#481139

Complementary Color

#481139 #114820

#481139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481139 Color CSS Codes

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

#481139 Text Font Color

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

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


#481139 Background Color

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

This div background color is #481139


#481139 Border Color

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

This div border color is #481139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481139


Comments

No comments written yet.

Please login to write comment.