Color Hex Logo

#54257e Color Hex

#54257E
(84,37,126)
0 Favorites   0 Comments

Color spaces of #54257e

RGB 8437126
HSL0.750.550.32
HSV272°71°49°
CMYK 0.330.710.00   0.51
XYZ8.08364.714320.2226
Yxy4.71430.24480.1428
Hunter Lab21.712428.4593-40.0230
CIE-Lab25.904839.2591-41.8600

#54257e color RGB value is (84,37,126).

#54257e hex color red value is 84, green value is 37 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #54257e hue: 0.75 , saturation: 0.55 and the lightness value of 54257e is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100101 01111110
Octal 124 45 176
Decimal 84 37 126
Hex 54 25 7E

RGB Percentages of Color #54257e

%34.01
%14.98
%51.01

CMYK Percentages of Color #54257e

%33
%71
%0
%51

Triadic Colors of #54257e

#54257e #7e5425 #257e54

Analogous Colors of #54257e

#54257e #7e257c #28257e

Monochromatic Colors of #54257e

#54257e

Complementary Color

#54257e #4f7e25

#54257e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54257e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54257e Color CSS Codes

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

#54257e Text Font Color

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

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


#54257e Background Color

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

This div background color is #54257e


#54257e Border Color

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

This div border color is #54257e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,37,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 #54257e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54257e


Comments

No comments written yet.

Please login to write comment.