Color Hex Logo

#54389c Color Hex

#54389C
(84,56,156)
0 Favorites   0 Comments

Color spaces of #54389c

RGB 8456156
HSL0.710.470.42
HSV257°64°61°
CMYK 0.460.640.00   0.39
XYZ11.07117.113532.2420
Yxy7.11350.21950.1411
Hunter Lab26.671127.4202-53.0042
CIE-Lab32.063937.0140-50.4375

#54389c color RGB value is (84,56,156).

#54389c hex color red value is 84, green value is 56 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #54389c hue: 0.71 , saturation: 0.47 and the lightness value of 54389c is 0.42.

The process color (four color CMYK) of #54389c color hex is 0.46, 0.64, 0.00, 0.39. Web safe color of #54389c is #663399. Color #54389c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00111000 10011100
Octal 124 70 234
Decimal 84 56 156
Hex 54 38 9C

RGB Percentages of Color #54389c

%28.38
%18.92
%52.70

CMYK Percentages of Color #54389c

%46
%64
%0
%39

Triadic Colors of #54389c

#54389c #9c5438 #389c54

Analogous Colors of #54389c

#54389c #86389c #384e9c

Monochromatic Colors of #54389c

#54389c

Complementary Color

#54389c #809c38

#54389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54389c Color CSS Codes

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

#54389c Text Font Color

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

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


#54389c Background Color

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

This div background color is #54389c


#54389c Border Color

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

This div border color is #54389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54389c


Comments

No comments written yet.

Please login to write comment.