Color spaces of #550fbb
RGB | 85 | 15 | 187 |
---|---|---|---|
HSL | 0.73 | 0.85 | 0.40 |
HSV | 264° | 92° | 73° |
CMYK | 0.55 | 0.92 | 0.00 0.27 |
XYZ | 12.8868 | 5.8608 | 47.4657 |
Yxy | 5.8608 | 0.1946 | 0.0885 |
Hunter Lab | 24.2091 | 52.6519 | -99.3009 |
CIE-Lab | 29.0585 | 62.6476 | -73.9609 |
#550fbb color RGB value is (85,15,187).
#550fbb hex color red value is 85, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #550fbb hue: 0.73 , saturation: 0.85 and the lightness value of 550fbb is 0.40.
The process color (four color CMYK) of #550fbb color hex is 0.55, 0.92, 0.00, 0.27. Web safe color of #550fbb is #6600cc. Color #550fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00001111 | 10111011 |
Octal | 125 | 17 | 273 |
Decimal | 85 | 15 | 187 |
Hex | 55 | F | BB |
Shades of #550fbb
Tints of #550fbb
RGB Percentages of Color #550fbb
CMYK Percentages of Color #550fbb
Complementary Color
#550fbb | #75bb0f |
#550fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#550fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#550fbb Color CSS Codes
.mybgcolor {background-color:#550fbb; } .myforecolor {color:#550fbb; } .mybordercolor {border:3px solid #550fbb; }
#550fbb Text Font Color
<p style="color:#550fbb">Text here</p>
This sample text font color is #550fbb
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.
#550fbb Background Color
<div style="background-color:#550fbb">
Div content here</div>
This div background color is #550fbb
#550fbb Border Color
<div style="border:3px solid #550fbb">
Div here</div>
This div border color is #550fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,15,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #550fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #550fbb; -webkit-box-shadow: 1px 1px 3px 2px #550fbb; box-shadow: 1px 1px 3px 2px #550fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,15,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #550fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #550fbb; -webkit-box-shadow: 1px 1px 3px 2px #550fbb; box-shadow: 1px 1px 3px 2px #550fbb;">
Div content here</div>
This div box has shadow with color #550fbb
Comments
No comments written yet.
Please login to write comment.