Color Hex Logo

#54059f Color Hex

#54059F
(84,5,159)
0 Favorites   0 Comments

Color spaces of #54059f

RGB 845159
HSL0.750.940.32
HSV271°97°62°
CMYK 0.470.970.00   0.38
XYZ9.96844.496633.1434
Yxy4.49660.20940.0944
Hunter Lab21.205246.8024-77.8258
CIE-Lab25.249657.9939-63.4172

#54059f color RGB value is (84,5,159).

#54059f hex color red value is 84, green value is 5 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #54059f hue: 0.75 , saturation: 0.94 and the lightness value of 54059f is 0.32.

The process color (four color CMYK) of #54059f color hex is 0.47, 0.97, 0.00, 0.38. Web safe color of #54059f is #660099. Color #54059f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00000101 10011111
Octal 124 5 237
Decimal 84 5 159
Hex 54 5 9F

RGB Percentages of Color #54059f

%33.87
%2.02
%64.11

CMYK Percentages of Color #54059f

%47
%97
%0
%38

Triadic Colors of #54059f

#54059f #9f5405 #059f54

Analogous Colors of #54059f

#54059f #9f059d #07059f

Monochromatic Colors of #54059f

#54059f

Complementary Color

#54059f #509f05

#54059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54059f Color CSS Codes

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

#54059f Text Font Color

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

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


#54059f Background Color

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

This div background color is #54059f


#54059f Border Color

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

This div border color is #54059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54059f


Comments

No comments written yet.

Please login to write comment.