Color Hex Logo

#55134e Color Hex

#55134E
(85,19,78)
0 Favorites   0 Comments

Color spaces of #55134e

RGB 851978
HSL0.850.630.20
HSV306°78°33°
CMYK 0.000.780.08   0.67
XYZ5.35432.94717.4944
Yxy2.94710.33900.1866
Hunter Lab17.167125.6304-13.8664
CIE-Lab19.830837.2287-20.1866

#55134e color RGB value is (85,19,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010011 01001110
Octal 125 23 116
Decimal 85 19 78
Hex 55 13 4E

RGB Percentages of Color #55134e

%46.70
%10.44
%42.86

CMYK Percentages of Color #55134e

%0
%78
%8
%67

Triadic Colors of #55134e

#55134e #4e5513 #134e55

Analogous Colors of #55134e

#55134e #55132d #3b1355

Monochromatic Colors of #55134e

#55134e

Complementary Color

#55134e #13551a

#55134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55134e Color CSS Codes

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

#55134e Text Font Color

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

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


#55134e Background Color

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

This div background color is #55134e


#55134e Border Color

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

This div border color is #55134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55134e


Comments

No comments written yet.

Please login to write comment.