Color Hex Logo

#541cab Color Hex

#541CAB
(84,28,171)
0 Favorites   0 Comments

Color spaces of #541cab

RGB 8428171
HSL0.730.720.39
HSV263°84°67°
CMYK 0.510.840.00   0.33
XYZ11.42215.655639.0177
Yxy5.65560.20360.1008
Hunter Lab23.781544.1147-80.6285
CIE-Lab28.526454.8157-65.2877

#541cab color RGB value is (84,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011100 10101011
Octal 124 34 253
Decimal 84 28 171
Hex 54 1C AB

RGB Percentages of Color #541cab

%29.68
%9.89
%60.42

CMYK Percentages of Color #541cab

%51
%84
%0
%33

Triadic Colors of #541cab

#541cab #ab541c #1cab54

Analogous Colors of #541cab

#541cab #9c1cab #1c2cab

Monochromatic Colors of #541cab

#541cab

Complementary Color

#541cab #73ab1c

#541cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#541cab Color CSS Codes

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

#541cab Text Font Color

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

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


#541cab Background Color

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

This div background color is #541cab


#541cab Border Color

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

This div border color is #541cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541cab


Comments

No comments written yet.

Please login to write comment.