Color Hex Logo

#550176 Color Hex

#550176
(85,1,118)
0 Favorites   0 Comments

Color spaces of #550176

RGB 851118
HSL0.790.980.23
HSV283°99°46°
CMYK 0.280.990.00   0.54
XYZ7.02723.261017.3986
Yxy3.26100.25380.1178
Hunter Lab18.058237.8597-44.4835
CIE-Lab21.060250.1119-44.6326

#550176 color RGB value is (85,1,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 01110110
Octal 125 1 166
Decimal 85 1 118
Hex 55 1 76

RGB Percentages of Color #550176

%41.67
%0.49
%57.84

CMYK Percentages of Color #550176

%28
%99
%0
%54

Triadic Colors of #550176

#550176 #765501 #017655

Analogous Colors of #550176

#550176 #76015c #1b0176

Monochromatic Colors of #550176

#550176

Complementary Color

#550176 #227601

#550176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550176 Color CSS Codes

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

#550176 Text Font Color

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

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


#550176 Background Color

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

This div background color is #550176


#550176 Border Color

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

This div border color is #550176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,1,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 #550176">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550176


Comments

No comments written yet.

Please login to write comment.