Color Hex Logo

#54006c Color Hex

#54006C
(84,0,108)
0 Favorites   0 Comments

Color spaces of #54006c

RGB 840108
HSL0.801.000.21
HSV287°100°42°
CMYK 0.221.000.00   0.58
XYZ6.36292.967514.4248
Yxy2.96750.26790.1249
Hunter Lab17.226435.7860-37.5888
CIE-Lab19.913348.2230-40.0367

#54006c color RGB value is (84,0,108).

#54006c hex color red value is 84, green value is 0 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #54006c hue: 0.80 , saturation: 1.00 and the lightness value of 54006c is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00000000 01101100
Octal 124 0 154
Decimal 84 0 108
Hex 54 0 6C

RGB Percentages of Color #54006c

%43.75
%0.00
%56.25

CMYK Percentages of Color #54006c

%22
%100
%0
%58

Triadic Colors of #54006c

#54006c #6c5400 #006c54

Analogous Colors of #54006c

#54006c #6c004e #1e006c

Monochromatic Colors of #54006c

#54006c

Complementary Color

#54006c #186c00

#54006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54006c Color CSS Codes

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

#54006c Text Font Color

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

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


#54006c Background Color

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

This div background color is #54006c


#54006c Border Color

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

This div border color is #54006c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,0,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 #54006c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54006c


Comments

No comments written yet.

Please login to write comment.