Color Hex Logo

#550841 Color Hex

#550841
(85,8,65)
0 Favorites   0 Comments

Color spaces of #550841

RGB 85865
HSL0.880.830.18
HSV316°91°33°
CMYK 0.000.910.24   0.67
XYZ4.78732.48665.2287
Yxy2.48660.38290.1989
Hunter Lab15.769026.5952-8.6212
CIE-Lab17.857938.7128-14.3199

#550841 color RGB value is (85,8,65).

#550841 hex color red value is 85, green value is 8 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #550841 hue: 0.88 , saturation: 0.83 and the lightness value of 550841 is 0.18.

The process color (four color CMYK) of #550841 color hex is 0.00, 0.91, 0.24, 0.67. Web safe color of #550841 is #660033. Color #550841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 01000001
Octal 125 10 101
Decimal 85 8 65
Hex 55 8 41

RGB Percentages of Color #550841

%53.80
%5.06
%41.14

CMYK Percentages of Color #550841

%0
%91
%24
%67

Triadic Colors of #550841

#550841 #415508 #084155

Analogous Colors of #550841

#550841 #55081b #430855

Monochromatic Colors of #550841

#550841

Complementary Color

#550841 #08551c

#550841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550841 Color CSS Codes

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

#550841 Text Font Color

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

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


#550841 Background Color

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

This div background color is #550841


#550841 Border Color

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

This div border color is #550841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550841


Comments

No comments written yet.

Please login to write comment.