Color spaces of #553cdd
RGB | 85 | 60 | 221 |
---|---|---|---|
HSL | 0.69 | 0.70 | 0.55 |
HSV | 249° | 73° | 87° |
CMYK | 0.62 | 0.73 | 0.00 0.13 |
XYZ | 18.4133 | 10.3835 | 69.4403 |
Yxy | 10.3835 | 0.1874 | 0.1057 |
Hunter Lab | 32.2234 | 45.6085 | -105.2113 |
CIE-Lab | 38.5221 | 54.3038 | -78.1491 |
#553cdd color RGB value is (85,60,221).
#553cdd hex color red value is 85, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #553cdd hue: 0.69 , saturation: 0.70 and the lightness value of 553cdd is 0.55.
The process color (four color CMYK) of #553cdd color hex is 0.62, 0.73, 0.00, 0.13. Web safe color of #553cdd is #6633cc. Color #553cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00111100 | 11011101 |
Octal | 125 | 74 | 335 |
Decimal | 85 | 60 | 221 |
Hex | 55 | 3C | DD |
Shades of #553cdd
Tints of #553cdd
RGB Percentages of Color #553cdd
CMYK Percentages of Color #553cdd
Complementary Color
#553cdd | #c4dd3c |
#553cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#553cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#553cdd Color CSS Codes
.mybgcolor {background-color:#553cdd; } .myforecolor {color:#553cdd; } .mybordercolor {border:3px solid #553cdd; }
#553cdd Text Font Color
<p style="color:#553cdd">Text here</p>
This sample text font color is #553cdd
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.
#553cdd Background Color
<div style="background-color:#553cdd">
Div content here</div>
This div background color is #553cdd
#553cdd Border Color
<div style="border:3px solid #553cdd">
Div here</div>
This div border color is #553cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,60,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #553cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #553cdd; -webkit-box-shadow: 1px 1px 3px 2px #553cdd; box-shadow: 1px 1px 3px 2px #553cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,60,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #553cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #553cdd; -webkit-box-shadow: 1px 1px 3px 2px #553cdd; box-shadow: 1px 1px 3px 2px #553cdd;">
Div content here</div>
This div box has shadow with color #553cdd
Comments
No comments written yet.
Please login to write comment.