Color Hex Logo

#550763 Color Hex

#550763
(85,7,99)
0 Favorites   0 Comments

Color spaces of #550763

RGB 85799
HSL0.810.870.21
HSV291°93°39°
CMYK 0.140.930.00   0.61
XYZ6.07442.984112.0602
Yxy2.98410.28760.1413
Hunter Lab17.274532.5371-29.3010
CIE-Lab19.980144.8189-34.0148

#550763 color RGB value is (85,7,99).

#550763 hex color red value is 85, green value is 7 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #550763 hue: 0.81 , saturation: 0.87 and the lightness value of 550763 is 0.21.

The process color (four color CMYK) of #550763 color hex is 0.14, 0.93, 0.00, 0.61. Web safe color of #550763 is #660066. Color #550763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 01100011
Octal 125 7 143
Decimal 85 7 99
Hex 55 7 63

RGB Percentages of Color #550763

%44.50
%3.66
%51.83

CMYK Percentages of Color #550763

%14
%93
%0
%61

Triadic Colors of #550763

#550763 #635507 #076355

Analogous Colors of #550763

#550763 #630743 #270763

Monochromatic Colors of #550763

#550763

Complementary Color

#550763 #156307

#550763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550763 Color CSS Codes

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

#550763 Text Font Color

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

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


#550763 Background Color

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

This div background color is #550763


#550763 Border Color

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

This div border color is #550763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550763


Comments

No comments written yet.

Please login to write comment.