Color Hex Logo

#541448 Color Hex

#541448
(84,20,72)
0 Favorites   0 Comments

Color spaces of #541448

RGB 842072
HSL0.860.620.20
HSV311°76°33°
CMYK 0.000.760.14   0.67
XYZ5.07602.85306.4140
Yxy2.85300.35390.1989
Hunter Lab16.890824.0835-10.6908
CIE-Lab19.445335.5102-16.7065

#541448 color RGB value is (84,20,72).

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

The process color (four color CMYK) of #541448 color hex is 0.00, 0.76, 0.14, 0.67. Web safe color of #541448 is #660033. Color #541448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010100 01001000
Octal 124 24 110
Decimal 84 20 72
Hex 54 14 48

RGB Percentages of Color #541448

%47.73
%11.36
%40.91

CMYK Percentages of Color #541448

%0
%76
%14
%67

Triadic Colors of #541448

#541448 #485414 #144854

Analogous Colors of #541448

#541448 #541428 #401454

Monochromatic Colors of #541448

#541448

Complementary Color

#541448 #145420

#541448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#541448 Color CSS Codes

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

#541448 Text Font Color

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

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


#541448 Background Color

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

This div background color is #541448


#541448 Border Color

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

This div border color is #541448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541448


Comments

No comments written yet.

Please login to write comment.