Color Hex Logo

#541249 Color Hex

#541249
(84,18,73)
0 Favorites   0 Comments

Color spaces of #541249

RGB 841873
HSL0.860.650.20
HSV310°79°33°
CMYK 0.000.790.13   0.67
XYZ5.07512.79856.5760
Yxy2.79850.35120.1937
Hunter Lab16.728724.8775-11.5966
CIE-Lab19.218136.4782-17.7479

#541249 color RGB value is (84,18,73).

#541249 hex color red value is 84, green value is 18 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #541249 hue: 0.86 , saturation: 0.65 and the lightness value of 541249 is 0.20.

The process color (four color CMYK) of #541249 color hex is 0.00, 0.79, 0.13, 0.67. Web safe color of #541249 is #660033. Color #541249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010010 01001001
Octal 124 22 111
Decimal 84 18 73
Hex 54 12 49

RGB Percentages of Color #541249

%48.00
%10.29
%41.71

CMYK Percentages of Color #541249

%0
%79
%13
%67

Triadic Colors of #541249

#541249 #495412 #124954

Analogous Colors of #541249

#541249 #541228 #3e1254

Monochromatic Colors of #541249

#541249

Complementary Color

#541249 #12541d

#541249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#541249 Color CSS Codes

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

#541249 Text Font Color

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

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


#541249 Background Color

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

This div background color is #541249


#541249 Border Color

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

This div border color is #541249


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,18,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #541249; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #541249;
  -webkit-box-shadow: 1px 1px 3px 2px #541249;
  box-shadow:         1px 1px 3px 2px #541249; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,18,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541249


Comments

No comments written yet.

Please login to write comment.