Color Hex Logo

#55447e Color Hex

#55447E
(85,68,126)
0 Favorites   0 Comments

Color spaces of #55447e

RGB 8568126
HSL0.720.300.38
HSV258°46°49°
CMYK 0.330.460.00   0.51
XYZ9.57937.571920.6953
Yxy7.57190.25310.2001
Hunter Lab27.517113.9849-25.3294
CIE-Lab33.074921.1552-30.3800

#55447e color RGB value is (85,68,126).

#55447e hex color red value is 85, green value is 68 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #55447e hue: 0.72 , saturation: 0.30 and the lightness value of 55447e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000100 01111110
Octal 125 104 176
Decimal 85 68 126
Hex 55 44 7E

RGB Percentages of Color #55447e

%30.47
%24.37
%45.16

CMYK Percentages of Color #55447e

%33
%46
%0
%51

Triadic Colors of #55447e

#55447e #7e5544 #447e55

Analogous Colors of #55447e

#55447e #72447e #44507e

Monochromatic Colors of #55447e

#55447e

Complementary Color

#55447e #6d7e44

#55447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55447e Color CSS Codes

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

#55447e Text Font Color

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

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


#55447e Background Color

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

This div background color is #55447e


#55447e Border Color

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

This div border color is #55447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55447e


Comments

No comments written yet.

Please login to write comment.