Color Hex Logo

#550d49 Color Hex

#550D49
(85,13,73)
0 Favorites   0 Comments

Color spaces of #550d49

RGB 851373
HSL0.860.730.19
HSV310°85°33°
CMYK 0.000.850.14   0.67
XYZ5.09282.70026.5561
Yxy2.70020.35490.1882
Hunter Lab16.432326.5654-12.1527
CIE-Lab18.800938.4955-18.3881

#550d49 color RGB value is (85,13,73).

#550d49 hex color red value is 85, green value is 13 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #550d49 hue: 0.86 , saturation: 0.73 and the lightness value of 550d49 is 0.19.

The process color (four color CMYK) of #550d49 color hex is 0.00, 0.85, 0.14, 0.67. Web safe color of #550d49 is #660033. Color #550d49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001101 01001001
Octal 125 15 111
Decimal 85 13 73
Hex 55 D 49

RGB Percentages of Color #550d49

%49.71
%7.60
%42.69

CMYK Percentages of Color #550d49

%0
%85
%14
%67

Triadic Colors of #550d49

#550d49 #49550d #0d4955

Analogous Colors of #550d49

#550d49 #550d25 #3d0d55

Monochromatic Colors of #550d49

#550d49

Complementary Color

#550d49 #0d5519

#550d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550d49 Color CSS Codes

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

#550d49 Text Font Color

<p style="color:#550d49">Text here</p>

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


#550d49 Background Color

<div style="background-color:#550d49">
Div content here</div>

This div background color is #550d49


#550d49 Border Color

<div style="border:3px solid #550d49">
Div here</div>

This div border color is #550d49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,13,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550d49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550d49;
  -webkit-box-shadow: 1px 1px 3px 2px #550d49;
  box-shadow:         1px 1px 3px 2px #550d49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550d49


Comments

No comments written yet.

Please login to write comment.