Color Hex Logo

#55154e Color Hex

#55154E
(85,21,78)
0 Favorites   0 Comments

Color spaces of #55154e

RGB 852178
HSL0.850.600.21
HSV307°75°33°
CMYK 0.000.750.08   0.67
XYZ5.38963.01777.5061
Yxy3.01770.33870.1896
Hunter Lab17.371524.9803-13.4587
CIE-Lab20.114636.4255-19.7398

#55154e color RGB value is (85,21,78).

#55154e hex color red value is 85, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #55154e hue: 0.85 , saturation: 0.60 and the lightness value of 55154e is 0.21.

The process color (four color CMYK) of #55154e color hex is 0.00, 0.75, 0.08, 0.67. Web safe color of #55154e is #660066. Color #55154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010101 01001110
Octal 125 25 116
Decimal 85 21 78
Hex 55 15 4E

RGB Percentages of Color #55154e

%46.20
%11.41
%42.39

CMYK Percentages of Color #55154e

%0
%75
%8
%67

Triadic Colors of #55154e

#55154e #4e5515 #154e55

Analogous Colors of #55154e

#55154e #55152e #3c1555

Monochromatic Colors of #55154e

#55154e

Complementary Color

#55154e #15551c

#55154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55154e Color CSS Codes

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

#55154e Text Font Color

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

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


#55154e Background Color

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

This div background color is #55154e


#55154e Border Color

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

This div border color is #55154e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,21,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55154e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55154e;
  -webkit-box-shadow: 1px 1px 3px 2px #55154e;
  box-shadow:         1px 1px 3px 2px #55154e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,21,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55154e


Comments

No comments written yet.

Please login to write comment.