Color Hex Logo

#54538d Color Hex

#54538D
(84,83,141)
0 Favorites   0 Comments

Color spaces of #54538d

RGB 8483141
HSL0.670.260.44
HSV241°41°55°
CMYK 0.400.410.00   0.45
XYZ11.55719.994426.5193
Yxy9.99440.24040.2079
Hunter Lab31.61399.9299-27.6056
CIE-Lab37.832415.6720-32.0860

#54538d color RGB value is (84,83,141).

#54538d hex color red value is 84, green value is 83 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #54538d hue: 0.67 , saturation: 0.26 and the lightness value of 54538d is 0.44.

The process color (four color CMYK) of #54538d color hex is 0.40, 0.41, 0.00, 0.45. Web safe color of #54538d is #666699. Color #54538d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010011 10001101
Octal 124 123 215
Decimal 84 83 141
Hex 54 53 8D

RGB Percentages of Color #54538d

%27.27
%26.95
%45.78

CMYK Percentages of Color #54538d

%40
%41
%0
%45

Triadic Colors of #54538d

#54538d #8d5453 #538d54

Analogous Colors of #54538d

#54538d #71538d #536f8d

Monochromatic Colors of #54538d

#54538d

Complementary Color

#54538d #8c8d53

#54538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54538d Color CSS Codes

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

#54538d Text Font Color

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

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


#54538d Background Color

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

This div background color is #54538d


#54538d Border Color

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

This div border color is #54538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54538d


Comments

No comments written yet.

Please login to write comment.