Color Hex Logo

#551776 Color Hex

#551776
(85,23,118)
0 Favorites   0 Comments

Color spaces of #551776

RGB 8523118
HSL0.780.670.28
HSV279°81°46°
CMYK 0.280.810.00   0.54
XYZ7.32273.852117.4971
Yxy3.85210.25540.1344
Hunter Lab19.626832.2511-39.1178
CIE-Lab23.176343.8920-41.1886

#551776 color RGB value is (85,23,118).

#551776 hex color red value is 85, green value is 23 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #551776 hue: 0.78 , saturation: 0.67 and the lightness value of 551776 is 0.28.

The process color (four color CMYK) of #551776 color hex is 0.28, 0.81, 0.00, 0.54. Web safe color of #551776 is #660066. Color #551776 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010111 01110110
Octal 125 27 166
Decimal 85 23 118
Hex 55 17 76

RGB Percentages of Color #551776

%37.61
%10.18
%52.21

CMYK Percentages of Color #551776

%28
%81
%0
%54

Triadic Colors of #551776

#551776 #765517 #177655

Analogous Colors of #551776

#551776 #761768 #261776

Monochromatic Colors of #551776

#551776

Complementary Color

#551776 #387617

#551776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551776 Color CSS Codes

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

#551776 Text Font Color

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

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


#551776 Background Color

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

This div background color is #551776


#551776 Border Color

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

This div border color is #551776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551776


Comments

No comments written yet.

Please login to write comment.