Color Hex Logo

#550285 Color Hex

#550285
(85,2,133)
0 Favorites   0 Comments

Color spaces of #550285

RGB 852133
HSL0.770.970.26
HSV278°98°52°
CMYK 0.360.980.00   0.48
XYZ8.00173.668222.4766
Yxy3.66820.23430.1074
Hunter Lab19.152541.0582-56.1734
CIE-Lab22.542753.0057-51.7478

#550285 color RGB value is (85,2,133).

#550285 hex color red value is 85, green value is 2 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #550285 hue: 0.77 , saturation: 0.97 and the lightness value of 550285 is 0.26.

The process color (four color CMYK) of #550285 color hex is 0.36, 0.98, 0.00, 0.48. Web safe color of #550285 is #660099. Color #550285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000010 10000101
Octal 125 2 205
Decimal 85 2 133
Hex 55 2 85

RGB Percentages of Color #550285

%38.64
%0.91
%60.45

CMYK Percentages of Color #550285

%36
%98
%0
%48

Triadic Colors of #550285

#550285 #855502 #028555

Analogous Colors of #550285

#550285 #850274 #140285

Monochromatic Colors of #550285

#550285

Complementary Color

#550285 #328502

#550285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550285 Color CSS Codes

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

#550285 Text Font Color

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

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


#550285 Background Color

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

This div background color is #550285


#550285 Border Color

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

This div border color is #550285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550285


Comments

No comments written yet.

Please login to write comment.