Color Hex Logo

#54146c Color Hex

#54146C
(84,20,108)
0 Favorites   0 Comments

Color spaces of #54146c

RGB 8420108
HSL0.790.690.25
HSV284°81°42°
CMYK 0.220.810.00   0.58
XYZ6.61313.467814.5082
Yxy3.46780.26890.1410
Hunter Lab18.622030.8008-33.1567
CIE-Lab21.827642.5983-36.9321

#54146c color RGB value is (84,20,108).

#54146c hex color red value is 84, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #54146c hue: 0.79 , saturation: 0.69 and the lightness value of 54146c is 0.25.

The process color (four color CMYK) of #54146c color hex is 0.22, 0.81, 0.00, 0.58. Web safe color of #54146c is #660066. Color #54146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010100 01101100
Octal 124 24 154
Decimal 84 20 108
Hex 54 14 6C

RGB Percentages of Color #54146c

%39.62
%9.43
%50.94

CMYK Percentages of Color #54146c

%22
%81
%0
%58

Triadic Colors of #54146c

#54146c #6c5414 #146c54

Analogous Colors of #54146c

#54146c #6c1458 #28146c

Monochromatic Colors of #54146c

#54146c

Complementary Color

#54146c #2c6c14

#54146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54146c Color CSS Codes

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

#54146c Text Font Color

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

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


#54146c Background Color

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

This div background color is #54146c


#54146c Border Color

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

This div border color is #54146c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,20,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54146c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54146c;
  -webkit-box-shadow: 1px 1px 3px 2px #54146c;
  box-shadow:         1px 1px 3px 2px #54146c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54146c


Comments

No comments written yet.

Please login to write comment.