Color Hex Logo

#551651 Color Hex

#551651
(85,22,81)
0 Favorites   0 Comments

Color spaces of #551651

RGB 852281
HSL0.840.590.21
HSV304°74°33°
CMYK 0.000.740.05   0.67
XYZ5.51843.09928.0919
Yxy3.09920.33030.1855
Hunter Lab17.604525.1455-14.9294
CIE-Lab20.436936.5547-21.2644

#551651 color RGB value is (85,22,81).

#551651 hex color red value is 85, green value is 22 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #551651 hue: 0.84 , saturation: 0.59 and the lightness value of 551651 is 0.21.

The process color (four color CMYK) of #551651 color hex is 0.00, 0.74, 0.05, 0.67. Web safe color of #551651 is #660066. Color #551651 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010110 01010001
Octal 125 26 121
Decimal 85 22 81
Hex 55 16 51

RGB Percentages of Color #551651

%45.21
%11.70
%43.09

CMYK Percentages of Color #551651

%0
%74
%5
%67

Triadic Colors of #551651

#551651 #515516 #165155

Analogous Colors of #551651

#551651 #551632 #3a1655

Monochromatic Colors of #551651

#551651

Complementary Color

#551651 #16551a

#551651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551651 Color CSS Codes

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

#551651 Text Font Color

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

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


#551651 Background Color

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

This div background color is #551651


#551651 Border Color

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

This div border color is #551651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551651


Comments

No comments written yet.

Please login to write comment.