Color Hex Logo

#550120 Color Hex

#550120
(85,1,32)
0 Favorites   0 Comments

Color spaces of #550120

RGB 85132
HSL0.940.980.17
HSV338°99°33°
CMYK 0.000.990.62   0.67
XYZ4.01792.05731.5518
Yxy2.05730.52680.2697
Hunter Lab14.343324.90143.6257
CIE-Lab15.785137.17196.3116

#550120 color RGB value is (85,1,32).

#550120 hex color red value is 85, green value is 1 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #550120 hue: 0.94 , saturation: 0.98 and the lightness value of 550120 is 0.17.

The process color (four color CMYK) of #550120 color hex is 0.00, 0.99, 0.62, 0.67. Web safe color of #550120 is #660033. Color #550120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 00100000
Octal 125 1 40
Decimal 85 1 32
Hex 55 1 20

RGB Percentages of Color #550120

%72.03
%0.85
%27.12

CMYK Percentages of Color #550120

%0
%99
%62
%67

Triadic Colors of #550120

#550120 #205501 #012055

Analogous Colors of #550120

#550120 #550c01 #55014a

Monochromatic Colors of #550120

#550120

Complementary Color

#550120 #015536

#550120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550120 Color CSS Codes

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

#550120 Text Font Color

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

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


#550120 Background Color

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

This div background color is #550120


#550120 Border Color

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

This div border color is #550120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550120


Comments

No comments written yet.

Please login to write comment.