Color Hex Logo

#550445 Color Hex

#550445
(85,4,69)
0 Favorites   0 Comments

Color spaces of #550445

RGB 85469
HSL0.870.910.17
HSV312°95°33°
CMYK 0.000.950.19   0.67
XYZ4.86392.44785.8463
Yxy2.44780.36970.1860
Hunter Lab15.645428.1130-11.2033
CIE-Lab17.680940.4555-17.3815

#550445 color RGB value is (85,4,69).

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

The process color (four color CMYK) of #550445 color hex is 0.00, 0.95, 0.19, 0.67. Web safe color of #550445 is #660033. Color #550445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000100 01000101
Octal 125 4 105
Decimal 85 4 69
Hex 55 4 45

RGB Percentages of Color #550445

%53.80
%2.53
%43.67

CMYK Percentages of Color #550445

%0
%95
%19
%67

Triadic Colors of #550445

#550445 #455504 #044555

Analogous Colors of #550445

#550445 #55041d #3c0455

Monochromatic Colors of #550445

#550445

Complementary Color

#550445 #045514

#550445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550445 Color CSS Codes

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

#550445 Text Font Color

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

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


#550445 Background Color

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

This div background color is #550445


#550445 Border Color

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

This div border color is #550445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550445


Comments

No comments written yet.

Please login to write comment.