Color Hex Logo

#541abe Color Hex

#541ABE
(84,26,190)
0 Favorites   0 Comments

Color spaces of #541abe

RGB 8426190
HSL0.730.760.42
HSV261°86°75°
CMYK 0.560.860.00   0.25
XYZ13.31986.341349.2372
Yxy6.34130.19330.0920
Hunter Lab25.181950.3479-98.2999
CIE-Lab30.257760.3240-73.7569

#541abe color RGB value is (84,26,190).

#541abe hex color red value is 84, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #541abe hue: 0.73 , saturation: 0.76 and the lightness value of 541abe is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011010 10111110
Octal 124 32 276
Decimal 84 26 190
Hex 54 1A BE

RGB Percentages of Color #541abe

%28.00
%8.67
%63.33

CMYK Percentages of Color #541abe

%56
%86
%0
%25

Triadic Colors of #541abe

#541abe #be541a #1abe54

Analogous Colors of #541abe

#541abe #a61abe #1a32be

Monochromatic Colors of #541abe

#541abe

Complementary Color

#541abe #84be1a

#541abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#541abe Color CSS Codes

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

#541abe Text Font Color

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

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


#541abe Background Color

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

This div background color is #541abe


#541abe Border Color

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

This div border color is #541abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541abe


Comments

No comments written yet.

Please login to write comment.