Color Hex Logo

#541beb Color Hex

#541BEB
(84,27,235)
0 Favorites   0 Comments

Color spaces of #541beb

RGB 8427235
HSL0.710.840.51
HSV256°89°92°
CMYK 0.640.890.00   0.08
XYZ19.04358.666879.2664
Yxy8.66680.17800.0810
Hunter Lab29.439463.9474-139.0322
CIE-Lab35.334771.3063-91.4093

#541beb color RGB value is (84,27,235).

#541beb hex color red value is 84, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #541beb hue: 0.71 , saturation: 0.84 and the lightness value of 541beb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011011 11101011
Octal 124 33 353
Decimal 84 27 235
Hex 54 1B EB

RGB Percentages of Color #541beb

%24.28
%7.80
%67.92

CMYK Percentages of Color #541beb

%64
%89
%0
%8

Triadic Colors of #541beb

#541beb #eb541b #1beb54

Analogous Colors of #541beb

#541beb #bc1beb #1b4aeb

Monochromatic Colors of #541beb

#541beb

Complementary Color

#541beb #b2eb1b

#541beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#541beb Color CSS Codes

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

#541beb Text Font Color

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

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


#541beb Background Color

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

This div background color is #541beb


#541beb Border Color

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

This div border color is #541beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541beb


Comments

No comments written yet.

Please login to write comment.