Color Hex Logo

#54005d Color Hex

#54005D
(84,0,93)
0 Favorites   0 Comments

Color spaces of #54005d

RGB 84093
HSL0.821.000.18
HSV294°100°36°
CMYK 0.101.000.00   0.64
XYZ5.63192.675110.5754
Yxy2.67510.29830.1417
Hunter Lab16.355732.8418-26.8871
CIE-Lab18.692745.3911-32.1189

#54005d color RGB value is (84,0,93).

#54005d hex color red value is 84, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #54005d hue: 0.82 , saturation: 1.00 and the lightness value of 54005d is 0.18.

The process color (four color CMYK) of #54005d color hex is 0.10, 1.00, 0.00, 0.64. Web safe color of #54005d is #660066. Color #54005d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00000000 01011101
Octal 124 0 135
Decimal 84 0 93
Hex 54 0 5D

RGB Percentages of Color #54005d

%47.46
%0.00
%52.54

CMYK Percentages of Color #54005d

%10
%100
%0
%64

Triadic Colors of #54005d

#54005d #5d5400 #005d54

Analogous Colors of #54005d

#54005d #5d0037 #26005d

Monochromatic Colors of #54005d

#54005d

Complementary Color

#54005d #095d00

#54005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54005d Color CSS Codes

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

#54005d Text Font Color

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

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


#54005d Background Color

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

This div background color is #54005d


#54005d Border Color

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

This div border color is #54005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54005d


Comments

No comments written yet.

Please login to write comment.