Color Hex Logo

#541582 Color Hex

#541582
(84,21,130)
0 Favorites   0 Comments

Color spaces of #541582

RGB 8421130
HSL0.760.720.30
HSV275°84°51°
CMYK 0.350.840.00   0.49
XYZ7.95364.032921.4783
Yxy4.03290.23770.1205
Hunter Lab20.082135.5521-49.3547
CIE-Lab23.779947.2330-47.8381

#541582 color RGB value is (84,21,130).

#541582 hex color red value is 84, green value is 21 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #541582 hue: 0.76 , saturation: 0.72 and the lightness value of 541582 is 0.30.

The process color (four color CMYK) of #541582 color hex is 0.35, 0.84, 0.00, 0.49. Web safe color of #541582 is #660099. Color #541582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010101 10000010
Octal 124 25 202
Decimal 84 21 130
Hex 54 15 82

RGB Percentages of Color #541582

%35.74
%8.94
%55.32

CMYK Percentages of Color #541582

%35
%84
%0
%49

Triadic Colors of #541582

#541582 #825415 #158254

Analogous Colors of #541582

#541582 #82157a #1d1582

Monochromatic Colors of #541582

#541582

Complementary Color

#541582 #438215

#541582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#541582 Color CSS Codes

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

#541582 Text Font Color

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

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


#541582 Background Color

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

This div background color is #541582


#541582 Border Color

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

This div border color is #541582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541582


Comments

No comments written yet.

Please login to write comment.