Color Hex Logo

#550880 Color Hex

#550880
(85,8,128)
0 Favorites   0 Comments

Color spaces of #550880

RGB 858128
HSL0.770.880.27
HSV279°94°50°
CMYK 0.340.940.00   0.50
XYZ7.72943.663520.7218
Yxy3.66350.24070.1141
Hunter Lab19.140338.5880-50.7908
CIE-Lab22.526250.5622-48.6164

#550880 color RGB value is (85,8,128).

#550880 hex color red value is 85, green value is 8 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #550880 hue: 0.77 , saturation: 0.88 and the lightness value of 550880 is 0.27.

The process color (four color CMYK) of #550880 color hex is 0.34, 0.94, 0.00, 0.50. Web safe color of #550880 is #660099. Color #550880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 10000000
Octal 125 10 200
Decimal 85 8 128
Hex 55 8 80

RGB Percentages of Color #550880

%38.46
%3.62
%57.92

CMYK Percentages of Color #550880

%34
%94
%0
%50

Triadic Colors of #550880

#550880 #805508 #088055

Analogous Colors of #550880

#550880 #80086f #190880

Monochromatic Colors of #550880

#550880

Complementary Color

#550880 #338008

#550880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550880 Color CSS Codes

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

#550880 Text Font Color

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

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


#550880 Background Color

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

This div background color is #550880


#550880 Border Color

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

This div border color is #550880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550880


Comments

No comments written yet.

Please login to write comment.