Color Hex Logo

#540ab5 Color Hex

#540AB5
(84,10,181)
0 Favorites   0 Comments

Color spaces of #540ab5

RGB 8410181
HSL0.740.900.37
HSV266°94°71°
CMYK 0.540.940.00   0.29
XYZ12.10525.438144.1277
Yxy5.43810.19630.0882
Hunter Lab23.319751.8492-95.8701
CIE-Lab27.948162.1320-72.2337

#540ab5 color RGB value is (84,10,181).

#540ab5 hex color red value is 84, green value is 10 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #540ab5 hue: 0.74 , saturation: 0.90 and the lightness value of 540ab5 is 0.37.

The process color (four color CMYK) of #540ab5 color hex is 0.54, 0.94, 0.00, 0.29. Web safe color of #540ab5 is #6600cc. Color #540ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00001010 10110101
Octal 124 12 265
Decimal 84 10 181
Hex 54 A B5

RGB Percentages of Color #540ab5

%30.55
%3.64
%65.82

CMYK Percentages of Color #540ab5

%54
%94
%0
%29

Triadic Colors of #540ab5

#540ab5 #b5540a #0ab554

Analogous Colors of #540ab5

#540ab5 #aa0ab5 #0a16b5

Monochromatic Colors of #540ab5

#540ab5

Complementary Color

#540ab5 #6bb50a

#540ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#540ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#540ab5 Color CSS Codes

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

#540ab5 Text Font Color

<p style="color:#540ab5">Text here</p>

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


#540ab5 Background Color

<div style="background-color:#540ab5">
Div content here</div>

This div background color is #540ab5


#540ab5 Border Color

<div style="border:3px solid #540ab5">
Div here</div>

This div border color is #540ab5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,10,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #540ab5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #540ab5;
  -webkit-box-shadow: 1px 1px 3px 2px #540ab5;
  box-shadow:         1px 1px 3px 2px #540ab5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #540ab5


Comments

No comments written yet.

Please login to write comment.