Color Hex Logo

#550366 Color Hex

#550366
(85,3,102)
0 Favorites   0 Comments

Color spaces of #550366

RGB 853102
HSL0.800.940.21
HSV290°97°40°
CMYK 0.170.970.00   0.60
XYZ6.17712.955712.8153
Yxy2.95570.28140.1347
Hunter Lab17.192134.0484-32.1612
CIE-Lab19.865646.4328-36.1763

#550366 color RGB value is (85,3,102).

#550366 hex color red value is 85, green value is 3 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #550366 hue: 0.80 , saturation: 0.94 and the lightness value of 550366 is 0.21.

The process color (four color CMYK) of #550366 color hex is 0.17, 0.97, 0.00, 0.60. Web safe color of #550366 is #660066. Color #550366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000011 01100110
Octal 125 3 146
Decimal 85 3 102
Hex 55 3 66

RGB Percentages of Color #550366

%44.74
%1.58
%53.68

CMYK Percentages of Color #550366

%17
%97
%0
%60

Triadic Colors of #550366

#550366 #665503 #036655

Analogous Colors of #550366

#550366 #660345 #240366

Monochromatic Colors of #550366

#550366

Complementary Color

#550366 #146603

#550366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550366 Color CSS Codes

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

#550366 Text Font Color

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

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


#550366 Background Color

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

This div background color is #550366


#550366 Border Color

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

This div border color is #550366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550366


Comments

No comments written yet.

Please login to write comment.