Color spaces of #552bdb
RGB | 85 | 43 | 219 |
---|---|---|---|
HSL | 0.71 | 0.71 | 0.51 |
HSV | 254° | 80° | 86° |
CMYK | 0.61 | 0.80 | 0.00 0.14 |
XYZ | 17.3964 | 8.7735 | 67.7944 |
Yxy | 8.7735 | 0.1851 | 0.0934 |
Hunter Lab | 29.6201 | 53.0010 | -114.9687 |
CIE-Lab | 35.5445 | 61.7113 | -81.9118 |
#552bdb color RGB value is (85,43,219).
#552bdb hex color red value is 85, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #552bdb hue: 0.71 , saturation: 0.71 and the lightness value of 552bdb is 0.51.
The process color (four color CMYK) of #552bdb color hex is 0.61, 0.80, 0.00, 0.14. Web safe color of #552bdb is #6633cc. Color #552bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00101011 | 11011011 |
Octal | 125 | 53 | 333 |
Decimal | 85 | 43 | 219 |
Hex | 55 | 2B | DB |
Shades of #552bdb
Tints of #552bdb
RGB Percentages of Color #552bdb
CMYK Percentages of Color #552bdb
Complementary Color
#552bdb | #b1db2b |
#552bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#552bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#552bdb Color CSS Codes
.mybgcolor {background-color:#552bdb; } .myforecolor {color:#552bdb; } .mybordercolor {border:3px solid #552bdb; }
#552bdb Text Font Color
<p style="color:#552bdb">Text here</p>
This sample text font color is #552bdb
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.
#552bdb Background Color
<div style="background-color:#552bdb">
Div content here</div>
This div background color is #552bdb
#552bdb Border Color
<div style="border:3px solid #552bdb">
Div here</div>
This div border color is #552bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,43,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #552bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #552bdb; -webkit-box-shadow: 1px 1px 3px 2px #552bdb; box-shadow: 1px 1px 3px 2px #552bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,43,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #552bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #552bdb; -webkit-box-shadow: 1px 1px 3px 2px #552bdb; box-shadow: 1px 1px 3px 2px #552bdb;">
Div content here</div>
This div box has shadow with color #552bdb
Comments
No comments written yet.
Please login to write comment.