Color Hex Logo

#550081 Color Hex

#550081
(85,0,129)
0 Favorites   0 Comments

Color spaces of #550081

RGB 850129
HSL0.781.000.25
HSV280°100°51°
CMYK 0.341.000.00   0.49
XYZ7.70883.516321.0413
Yxy3.51630.23890.1090
Hunter Lab18.751840.5651-53.4027
CIE-Lab22.003252.6242-50.1065

#550081 color RGB value is (85,0,129).

#550081 hex color red value is 85, green value is 0 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #550081 hue: 0.78 , saturation: 1.00 and the lightness value of 550081 is 0.25.

The process color (four color CMYK) of #550081 color hex is 0.34, 1.00, 0.00, 0.49. Web safe color of #550081 is #660099. Color #550081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000000 10000001
Octal 125 0 201
Decimal 85 0 129
Hex 55 0 81

RGB Percentages of Color #550081

%39.72
%0.00
%60.28

CMYK Percentages of Color #550081

%34
%100
%0
%49

Triadic Colors of #550081

#550081 #815500 #008155

Analogous Colors of #550081

#550081 #81006d #140081

Monochromatic Colors of #550081

#550081

Complementary Color

#550081 #2c8100

#550081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550081 Color CSS Codes

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

#550081 Text Font Color

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

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


#550081 Background Color

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

This div background color is #550081


#550081 Border Color

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

This div border color is #550081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550081


Comments

No comments written yet.

Please login to write comment.