Color Hex Logo

#54356a Color Hex

#54356A
(84,53,106)
0 Favorites   0 Comments

Color spaces of #54356a

RGB 8453106
HSL0.760.330.31
HSV275°50°42°
CMYK 0.210.500.00   0.58
XYZ7.53085.471614.2949
Yxy5.47160.27590.2004
Hunter Lab23.391516.5324-19.8591
CIE-Lab28.038224.9324-25.7212

#54356a color RGB value is (84,53,106).

#54356a hex color red value is 84, green value is 53 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #54356a hue: 0.76 , saturation: 0.33 and the lightness value of 54356a is 0.31.

The process color (four color CMYK) of #54356a color hex is 0.21, 0.50, 0.00, 0.58. Web safe color of #54356a is #663366. Color #54356a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110101 01101010
Octal 124 65 152
Decimal 84 53 106
Hex 54 35 6A

RGB Percentages of Color #54356a

%34.57
%21.81
%43.62

CMYK Percentages of Color #54356a

%21
%50
%0
%58

Triadic Colors of #54356a

#54356a #6a5435 #356a54

Analogous Colors of #54356a

#54356a #6a3566 #3a356a

Monochromatic Colors of #54356a

#54356a

Complementary Color

#54356a #4b6a35

#54356a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54356a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54356a Color CSS Codes

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

#54356a Text Font Color

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

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


#54356a Background Color

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

This div background color is #54356a


#54356a Border Color

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

This div border color is #54356a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54356a


Comments

No comments written yet.

Please login to write comment.