Color Hex Logo

#54119e Color Hex

#54119E
(84,17,158)
0 Favorites   0 Comments

Color spaces of #54119e

RGB 8417158
HSL0.750.810.34
HSV269°89°62°
CMYK 0.470.890.00   0.38
XYZ10.02824.754332.7369
Yxy4.75430.21100.1000
Hunter Lab21.804443.9376-73.7545
CIE-Lab26.023055.1308-61.5315

#54119e color RGB value is (84,17,158).

#54119e hex color red value is 84, green value is 17 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #54119e hue: 0.75 , saturation: 0.81 and the lightness value of 54119e is 0.34.

The process color (four color CMYK) of #54119e color hex is 0.47, 0.89, 0.00, 0.38. Web safe color of #54119e is #660099. Color #54119e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010001 10011110
Octal 124 21 236
Decimal 84 17 158
Hex 54 11 9E

RGB Percentages of Color #54119e

%32.43
%6.56
%61.00

CMYK Percentages of Color #54119e

%47
%89
%0
%38

Triadic Colors of #54119e

#54119e #9e5411 #119e54

Analogous Colors of #54119e

#54119e #9b119e #11159e

Monochromatic Colors of #54119e

#54119e

Complementary Color

#54119e #5b9e11

#54119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54119e Color CSS Codes

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

#54119e Text Font Color

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

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


#54119e Background Color

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

This div background color is #54119e


#54119e Border Color

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

This div border color is #54119e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,17,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54119e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54119e;
  -webkit-box-shadow: 1px 1px 3px 2px #54119e;
  box-shadow:         1px 1px 3px 2px #54119e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54119e


Comments

No comments written yet.

Please login to write comment.