Color Hex Logo

#540ae5 Color Hex

#540AE5
(84,10,229)
0 Favorites   0 Comments

Color spaces of #540ae5

RGB 8410229
HSL0.720.920.47
HSV260°96°90°
CMYK 0.630.960.00   0.10
XYZ17.90767.759074.6826
Yxy7.75900.17850.0773
Hunter Lab27.855066.0091-139.4652
CIE-Lab33.475873.3817-91.0770

#540ae5 color RGB value is (84,10,229).

#540ae5 hex color red value is 84, green value is 10 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #540ae5 hue: 0.72 , saturation: 0.92 and the lightness value of 540ae5 is 0.47.

The process color (four color CMYK) of #540ae5 color hex is 0.63, 0.96, 0.00, 0.10. Web safe color of #540ae5 is #6600cc. Color #540ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00001010 11100101
Octal 124 12 345
Decimal 84 10 229
Hex 54 A E5

RGB Percentages of Color #540ae5

%26.01
%3.10
%70.90

CMYK Percentages of Color #540ae5

%63
%96
%0
%10

Triadic Colors of #540ae5

#540ae5 #e5540a #0ae554

Analogous Colors of #540ae5

#540ae5 #c20ae5 #0a2de5

Monochromatic Colors of #540ae5

#540ae5

Complementary Color

#540ae5 #9be50a

#540ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#540ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#540ae5 Color CSS Codes

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

#540ae5 Text Font Color

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

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


#540ae5 Background Color

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

This div background color is #540ae5


#540ae5 Border Color

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

This div border color is #540ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #540ae5


Comments

No comments written yet.

Please login to write comment.