Color Hex Logo

#55044d Color Hex

#55044D
(85,4,77)
0 Favorites   0 Comments

Color spaces of #55044d

RGB 85477
HSL0.850.910.17
HSV306°95°33°
CMYK 0.000.950.09   0.67
XYZ5.12932.55397.2438
Yxy2.55390.34360.1711
Hunter Lab15.980929.3254-15.6882
CIE-Lab18.160641.7043-22.1422

#55044d color RGB value is (85,4,77).

#55044d hex color red value is 85, green value is 4 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #55044d hue: 0.85 , saturation: 0.91 and the lightness value of 55044d is 0.17.

The process color (four color CMYK) of #55044d color hex is 0.00, 0.95, 0.09, 0.67. Web safe color of #55044d is #660066. Color #55044d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000100 01001101
Octal 125 4 115
Decimal 85 4 77
Hex 55 4 4D

RGB Percentages of Color #55044d

%51.20
%2.41
%46.39

CMYK Percentages of Color #55044d

%0
%95
%9
%67

Triadic Colors of #55044d

#55044d #4d5504 #044d55

Analogous Colors of #55044d

#55044d #550424 #350455

Monochromatic Colors of #55044d

#55044d

Complementary Color

#55044d #04550c

#55044d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55044d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55044d Color CSS Codes

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

#55044d Text Font Color

<p style="color:#55044d">Text here</p>

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


#55044d Background Color

<div style="background-color:#55044d">
Div content here</div>

This div background color is #55044d


#55044d Border Color

<div style="border:3px solid #55044d">
Div here</div>

This div border color is #55044d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,4,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55044d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55044d;
  -webkit-box-shadow: 1px 1px 3px 2px #55044d;
  box-shadow:         1px 1px 3px 2px #55044d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55044d


Comments

No comments written yet.

Please login to write comment.