Color Hex Logo

#54327e Color Hex

#54327E
(84,50,126)
0 Favorites   0 Comments

Color spaces of #54327e

RGB 8450126
HSL0.740.430.35
HSV267°60°49°
CMYK 0.330.600.00   0.51
XYZ8.56275.672420.3822
Yxy5.67240.24740.1639
Hunter Lab23.816822.4955-34.0681
CIE-Lab28.570432.0302-37.5634

#54327e color RGB value is (84,50,126).

#54327e hex color red value is 84, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #54327e hue: 0.74 , saturation: 0.43 and the lightness value of 54327e is 0.35.

The process color (four color CMYK) of #54327e color hex is 0.33, 0.60, 0.00, 0.51. Web safe color of #54327e is #663366. Color #54327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110010 01111110
Octal 124 62 176
Decimal 84 50 126
Hex 54 32 7E

RGB Percentages of Color #54327e

%32.31
%19.23
%48.46

CMYK Percentages of Color #54327e

%33
%60
%0
%51

Triadic Colors of #54327e

#54327e #7e5432 #327e54

Analogous Colors of #54327e

#54327e #7a327e #32367e

Monochromatic Colors of #54327e

#54327e

Complementary Color

#54327e #5c7e32

#54327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54327e Color CSS Codes

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

#54327e Text Font Color

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

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


#54327e Background Color

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

This div background color is #54327e


#54327e Border Color

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

This div border color is #54327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54327e


Comments

No comments written yet.

Please login to write comment.