Color spaces of #552dbd
RGB | 85 | 45 | 189 |
---|---|---|---|
HSL | 0.71 | 0.62 | 0.46 |
HSV | 257° | 76° | 74° |
CMYK | 0.55 | 0.76 | 0.00 0.26 |
XYZ | 13.8700 | 7.4822 | 48.8573 |
Yxy | 7.4822 | 0.1976 | 0.1066 |
Hunter Lab | 27.3536 | 42.6419 | -86.7525 |
CIE-Lab | 32.8804 | 52.5472 | -68.8392 |
#552dbd color RGB value is (85,45,189).
#552dbd hex color red value is 85, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #552dbd hue: 0.71 , saturation: 0.62 and the lightness value of 552dbd is 0.46.
The process color (four color CMYK) of #552dbd color hex is 0.55, 0.76, 0.00, 0.26. Web safe color of #552dbd is #6633cc. Color #552dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00101101 | 10111101 |
Octal | 125 | 55 | 275 |
Decimal | 85 | 45 | 189 |
Hex | 55 | 2D | BD |
Shades of #552dbd
Tints of #552dbd
RGB Percentages of Color #552dbd
CMYK Percentages of Color #552dbd
Complementary Color
#552dbd | #95bd2d |
#552dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#552dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#552dbd Color CSS Codes
.mybgcolor {background-color:#552dbd; } .myforecolor {color:#552dbd; } .mybordercolor {border:3px solid #552dbd; }
#552dbd Text Font Color
<p style="color:#552dbd">Text here</p>
This sample text font color is #552dbd
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.
#552dbd Background Color
<div style="background-color:#552dbd">
Div content here</div>
This div background color is #552dbd
#552dbd Border Color
<div style="border:3px solid #552dbd">
Div here</div>
This div border color is #552dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,45,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #552dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #552dbd; -webkit-box-shadow: 1px 1px 3px 2px #552dbd; box-shadow: 1px 1px 3px 2px #552dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,45,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #552dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #552dbd; -webkit-box-shadow: 1px 1px 3px 2px #552dbd; box-shadow: 1px 1px 3px 2px #552dbd;">
Div content here</div>
This div box has shadow with color #552dbd
Comments
No comments written yet.
Please login to write comment.