Color Hex Logo

#540593 Color Hex

#540593
(84,5,147)
0 Favorites   0 Comments

Color spaces of #540593

RGB 845147
HSL0.760.930.30
HSV273°97°58°
CMYK 0.430.970.00   0.42
XYZ8.97694.099927.9220
Yxy4.09990.21900.1000
Hunter Lab20.248243.7023-67.5863
CIE-Lab23.999055.2921-58.1011

#540593 color RGB value is (84,5,147).

#540593 hex color red value is 84, green value is 5 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #540593 hue: 0.76 , saturation: 0.93 and the lightness value of 540593 is 0.30.

The process color (four color CMYK) of #540593 color hex is 0.43, 0.97, 0.00, 0.42. Web safe color of #540593 is #660099. Color #540593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00000101 10010011
Octal 124 5 223
Decimal 84 5 147
Hex 54 5 93

RGB Percentages of Color #540593

%35.59
%2.12
%62.29

CMYK Percentages of Color #540593

%43
%97
%0
%42

Triadic Colors of #540593

#540593 #935405 #059354

Analogous Colors of #540593

#540593 #93058b #0d0593

Monochromatic Colors of #540593

#540593

Complementary Color

#540593 #449305

#540593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#540593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#540593 Color CSS Codes

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

#540593 Text Font Color

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

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


#540593 Background Color

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

This div background color is #540593


#540593 Border Color

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

This div border color is #540593


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,5,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #540593; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #540593;
  -webkit-box-shadow: 1px 1px 3px 2px #540593;
  box-shadow:         1px 1px 3px 2px #540593; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #540593


Comments

No comments written yet.

Please login to write comment.