Color Hex Logo

#541dbd Color Hex

#541DBD
(84,29,189)
0 Favorites   0 Comments

Color spaces of #541dbd

RGB 8429189
HSL0.720.730.43
HSV261°85°74°
CMYK 0.560.850.00   0.26
XYZ13.28086.437748.6867
Yxy6.43770.19410.0941
Hunter Lab25.372649.0302-96.0088
CIE-Lab30.490959.0650-72.7805

#541dbd color RGB value is (84,29,189).

#541dbd hex color red value is 84, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #541dbd hue: 0.72 , saturation: 0.73 and the lightness value of 541dbd is 0.43.

The process color (four color CMYK) of #541dbd color hex is 0.56, 0.85, 0.00, 0.26. Web safe color of #541dbd is #6633cc. Color #541dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011101 10111101
Octal 124 35 275
Decimal 84 29 189
Hex 54 1D BD

RGB Percentages of Color #541dbd

%27.81
%9.60
%62.58

CMYK Percentages of Color #541dbd

%56
%85
%0
%26

Triadic Colors of #541dbd

#541dbd #bd541d #1dbd54

Analogous Colors of #541dbd

#541dbd #a41dbd #1d36bd

Monochromatic Colors of #541dbd

#541dbd

Complementary Color

#541dbd #86bd1d

#541dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#541dbd Color CSS Codes

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

#541dbd Text Font Color

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

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


#541dbd Background Color

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

This div background color is #541dbd


#541dbd Border Color

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

This div border color is #541dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,29,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #541dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #541dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #541dbd;
  box-shadow:         1px 1px 3px 2px #541dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541dbd


Comments

No comments written yet.

Please login to write comment.