Color Hex Logo

#54175f Color Hex

#54175F
(84,23,95)
0 Favorites   0 Comments

Color spaces of #54175f

RGB 842395
HSL0.810.610.23
HSV291°76°37°
CMYK 0.120.760.00   0.63
XYZ6.02813.323811.1503
Yxy3.32380.29400.1621
Hunter Lab18.231327.1155-23.5000
CIE-Lab21.296638.6351-29.2659

#54175f color RGB value is (84,23,95).

#54175f hex color red value is 84, green value is 23 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #54175f hue: 0.81 , saturation: 0.61 and the lightness value of 54175f is 0.23.

The process color (four color CMYK) of #54175f color hex is 0.12, 0.76, 0.00, 0.63. Web safe color of #54175f is #660066. Color #54175f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010111 01011111
Octal 124 27 137
Decimal 84 23 95
Hex 54 17 5F

RGB Percentages of Color #54175f

%41.58
%11.39
%47.03

CMYK Percentages of Color #54175f

%12
%76
%0
%63

Triadic Colors of #54175f

#54175f #5f5417 #175f54

Analogous Colors of #54175f

#54175f #5f1746 #30175f

Monochromatic Colors of #54175f

#54175f

Complementary Color

#54175f #225f17

#54175f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54175f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54175f Color CSS Codes

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

#54175f Text Font Color

<p style="color:#54175f">Text here</p>

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


#54175f Background Color

<div style="background-color:#54175f">
Div content here</div>

This div background color is #54175f


#54175f Border Color

<div style="border:3px solid #54175f">
Div here</div>

This div border color is #54175f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,23,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54175f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54175f;
  -webkit-box-shadow: 1px 1px 3px 2px #54175f;
  box-shadow:         1px 1px 3px 2px #54175f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54175f


Comments

No comments written yet.

Please login to write comment.