Color Hex Logo

#545484 Color Hex

#545484
(84,84,132)
0 Favorites   0 Comments

Color spaces of #545484

RGB 8484132
HSL0.670.220.42
HSV240°36°52°
CMYK 0.360.360.00   0.48
XYZ10.99139.891423.1597
Yxy9.89140.24960.2246
Hunter Lab31.45067.3433-21.6448
CIE-Lab37.646812.3617-26.8917

#545484 color RGB value is (84,84,132).

#545484 hex color red value is 84, green value is 84 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #545484 hue: 0.67 , saturation: 0.22 and the lightness value of 545484 is 0.42.

The process color (four color CMYK) of #545484 color hex is 0.36, 0.36, 0.00, 0.48. Web safe color of #545484 is #666699. Color #545484 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010100 10000100
Octal 124 124 204
Decimal 84 84 132
Hex 54 54 84

RGB Percentages of Color #545484

%28.00
%28.00
%44.00

CMYK Percentages of Color #545484

%36
%36
%0
%48

Triadic Colors of #545484

#545484 #845454 #548454

Analogous Colors of #545484

#545484 #6c5484 #546c84

Monochromatic Colors of #545484

#545484

Complementary Color

#545484 #848454

#545484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#545484 Color CSS Codes

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

#545484 Text Font Color

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

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


#545484 Background Color

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

This div background color is #545484


#545484 Border Color

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

This div border color is #545484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545484

#545484 Color Palettes


Comments

No comments written yet.

Please login to write comment.