Color Hex Logo

#551060 Color Hex

#551060
(85,16,96)
0 Favorites   0 Comments

Color spaces of #551060

RGB 851696
HSL0.810.710.22
HSV292°83°38°
CMYK 0.110.830.00   0.62
XYZ6.04293.146411.3552
Yxy3.14640.29410.1532
Hunter Lab17.738129.7686-25.5384
CIE-Lab20.620941.7107-31.0006

#551060 color RGB value is (85,16,96).

#551060 hex color red value is 85, green value is 16 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #551060 hue: 0.81 , saturation: 0.71 and the lightness value of 551060 is 0.22.

The process color (four color CMYK) of #551060 color hex is 0.11, 0.83, 0.00, 0.62. Web safe color of #551060 is #660066. Color #551060 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010000 01100000
Octal 125 20 140
Decimal 85 16 96
Hex 55 10 60

RGB Percentages of Color #551060

%43.15
%8.12
%48.73

CMYK Percentages of Color #551060

%11
%83
%0
%62

Triadic Colors of #551060

#551060 #605510 #106055

Analogous Colors of #551060

#551060 #601043 #2d1060

Monochromatic Colors of #551060

#551060

Complementary Color

#551060 #1b6010

#551060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551060 Color CSS Codes

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

#551060 Text Font Color

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

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


#551060 Background Color

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

This div background color is #551060


#551060 Border Color

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

This div border color is #551060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551060


Comments

No comments written yet.

Please login to write comment.