Color Hex Logo

#541aee Color Hex

#541AEE
(84,26,238)
0 Favorites   0 Comments

Color spaces of #541aee

RGB 8426238
HSL0.710.860.52
HSV256°89°93°
CMYK 0.650.890.00   0.07
XYZ19.45828.796781.5613
Yxy8.79670.17720.0801
Hunter Lab29.659265.2028-142.2829
CIE-Lab35.589972.3148-92.6891

#541aee color RGB value is (84,26,238).

#541aee hex color red value is 84, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #541aee hue: 0.71 , saturation: 0.86 and the lightness value of 541aee is 0.52.

The process color (four color CMYK) of #541aee color hex is 0.65, 0.89, 0.00, 0.07. Web safe color of #541aee is #6633ff. Color #541aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011010 11101110
Octal 124 32 356
Decimal 84 26 238
Hex 54 1A EE

RGB Percentages of Color #541aee

%24.14
%7.47
%68.39

CMYK Percentages of Color #541aee

%65
%89
%0
%7

Triadic Colors of #541aee

#541aee #ee541a #1aee54

Analogous Colors of #541aee

#541aee #be1aee #1a4aee

Monochromatic Colors of #541aee

#541aee

Complementary Color

#541aee #b4ee1a

#541aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#541aee Color CSS Codes

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

#541aee Text Font Color

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

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


#541aee Background Color

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

This div background color is #541aee


#541aee Border Color

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

This div border color is #541aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541aee


Comments

No comments written yet.

Please login to write comment.