Color Hex Logo

#550399 Color Hex

#550399
(85,3,153)
0 Favorites   0 Comments

Color spaces of #550399

RGB 853153
HSL0.760.960.31
HSV273°98°60°
CMYK 0.440.980.00   0.40
XYZ9.52864.296330.4640
Yxy4.29630.21510.0970
Hunter Lab20.727545.7847-72.6314
CIE-Lab24.627857.1542-60.7615

#550399 color RGB value is (85,3,153).

#550399 hex color red value is 85, green value is 3 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #550399 hue: 0.76 , saturation: 0.96 and the lightness value of 550399 is 0.31.

The process color (four color CMYK) of #550399 color hex is 0.44, 0.98, 0.00, 0.40. Web safe color of #550399 is #660099. Color #550399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000011 10011001
Octal 125 3 231
Decimal 85 3 153
Hex 55 3 99

RGB Percentages of Color #550399

%35.27
%1.24
%63.49

CMYK Percentages of Color #550399

%44
%98
%0
%40

Triadic Colors of #550399

#550399 #995503 #039955

Analogous Colors of #550399

#550399 #990392 #0a0399

Monochromatic Colors of #550399

#550399

Complementary Color

#550399 #479903

#550399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550399 Color CSS Codes

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

#550399 Text Font Color

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

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


#550399 Background Color

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

This div background color is #550399


#550399 Border Color

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

This div border color is #550399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550399


Comments

No comments written yet.

Please login to write comment.