Color Hex Logo

#540aad Color Hex

#540AAD
(84,10,173)
0 Favorites   0 Comments

Color spaces of #540aad

RGB 8410173
HSL0.740.890.36
HSV267°94°68°
CMYK 0.510.940.00   0.32
XYZ11.30755.119039.9273
Yxy5.11900.20070.0908
Hunter Lab22.625249.6156-88.7930
CIE-Lab27.071160.2604-68.8922

#540aad color RGB value is (84,10,173).

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

The process color (four color CMYK) of #540aad color hex is 0.51, 0.94, 0.00, 0.32. Web safe color of #540aad is #660099. Color #540aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00001010 10101101
Octal 124 12 255
Decimal 84 10 173
Hex 54 A AD

RGB Percentages of Color #540aad

%31.46
%3.75
%64.79

CMYK Percentages of Color #540aad

%51
%94
%0
%32

Triadic Colors of #540aad

#540aad #ad540a #0aad54

Analogous Colors of #540aad

#540aad #a60aad #0a12ad

Monochromatic Colors of #540aad

#540aad

Complementary Color

#540aad #63ad0a

#540aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#540aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#540aad Color CSS Codes

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

#540aad Text Font Color

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

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


#540aad Background Color

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

This div background color is #540aad


#540aad Border Color

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

This div border color is #540aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #540aad


Comments

No comments written yet.

Please login to write comment.