Color Hex Logo

#541bdd Color Hex

#541BDD
(84,27,221)
0 Favorites   0 Comments

Color spaces of #541bdd

RGB 8427221
HSL0.720.780.49
HSV258°88°87°
CMYK 0.620.880.00   0.13
XYZ17.09927.889169.0281
Yxy7.88910.18190.0839
Hunter Lab28.087559.5145-126.0502
CIE-Lab33.750867.8166-86.0341

#541bdd color RGB value is (84,27,221).

#541bdd hex color red value is 84, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #541bdd hue: 0.72 , saturation: 0.78 and the lightness value of 541bdd is 0.49.

The process color (four color CMYK) of #541bdd color hex is 0.62, 0.88, 0.00, 0.13. Web safe color of #541bdd is #6633cc. Color #541bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011011 11011101
Octal 124 33 335
Decimal 84 27 221
Hex 54 1B DD

RGB Percentages of Color #541bdd

%25.30
%8.13
%66.57

CMYK Percentages of Color #541bdd

%62
%88
%0
%13

Triadic Colors of #541bdd

#541bdd #dd541b #1bdd54

Analogous Colors of #541bdd

#541bdd #b51bdd #1b43dd

Monochromatic Colors of #541bdd

#541bdd

Complementary Color

#541bdd #a4dd1b

#541bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#541bdd Color CSS Codes

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

#541bdd Text Font Color

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

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


#541bdd Background Color

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

This div background color is #541bdd


#541bdd Border Color

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

This div border color is #541bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541bdd


Comments

No comments written yet.

Please login to write comment.