Color Hex Logo

#541cad Color Hex

#541CAD
(84,28,173)
0 Favorites   0 Comments

Color spaces of #541cad

RGB 8428173
HSL0.730.720.39
HSV263°84°68°
CMYK 0.510.840.00   0.32
XYZ11.61425.732540.0295
Yxy5.73250.20240.0999
Hunter Lab23.942644.6879-82.3666
CIE-Lab28.727355.3253-66.1588

#541cad color RGB value is (84,28,173).

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

The process color (four color CMYK) of #541cad color hex is 0.51, 0.84, 0.00, 0.32. Web safe color of #541cad is #663399. Color #541cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011100 10101101
Octal 124 34 255
Decimal 84 28 173
Hex 54 1C AD

RGB Percentages of Color #541cad

%29.47
%9.82
%60.70

CMYK Percentages of Color #541cad

%51
%84
%0
%32

Triadic Colors of #541cad

#541cad #ad541c #1cad54

Analogous Colors of #541cad

#541cad #9d1cad #1c2dad

Monochromatic Colors of #541cad

#541cad

Complementary Color

#541cad #75ad1c

#541cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#541cad Color CSS Codes

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

#541cad Text Font Color

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

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


#541cad Background Color

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

This div background color is #541cad


#541cad Border Color

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

This div border color is #541cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541cad


Comments

No comments written yet.

Please login to write comment.