Color spaces of #553dde
RGB | 85 | 61 | 222 |
---|---|---|---|
HSL | 0.69 | 0.71 | 0.55 |
HSV | 249° | 73° | 87° |
CMYK | 0.62 | 0.73 | 0.00 0.13 |
XYZ | 18.5999 | 10.5427 | 70.1619 |
Yxy | 10.5427 | 0.1873 | 0.1062 |
Hunter Lab | 32.4695 | 45.4306 | -105.3884 |
CIE-Lab | 38.7993 | 54.0829 | -78.2654 |
#553dde color RGB value is (85,61,222).
#553dde hex color red value is 85, green value is 61 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #553dde hue: 0.69 , saturation: 0.71 and the lightness value of 553dde is 0.55.
The process color (four color CMYK) of #553dde color hex is 0.62, 0.73, 0.00, 0.13. Web safe color of #553dde is #6633cc. Color #553dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00111101 | 11011110 |
Octal | 125 | 75 | 336 |
Decimal | 85 | 61 | 222 |
Hex | 55 | 3D | DE |
Shades of #553dde
Tints of #553dde
RGB Percentages of Color #553dde
CMYK Percentages of Color #553dde
Complementary Color
#553dde | #c6de3d |
#553dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#553dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#553dde Color CSS Codes
.mybgcolor {background-color:#553dde; } .myforecolor {color:#553dde; } .mybordercolor {border:3px solid #553dde; }
#553dde Text Font Color
<p style="color:#553dde">Text here</p>
This sample text font color is #553dde
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.
#553dde Background Color
<div style="background-color:#553dde">
Div content here</div>
This div background color is #553dde
#553dde Border Color
<div style="border:3px solid #553dde">
Div here</div>
This div border color is #553dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,61,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #553dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #553dde; -webkit-box-shadow: 1px 1px 3px 2px #553dde; box-shadow: 1px 1px 3px 2px #553dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,61,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #553dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #553dde; -webkit-box-shadow: 1px 1px 3px 2px #553dde; box-shadow: 1px 1px 3px 2px #553dde;">
Div content here</div>
This div box has shadow with color #553dde
Comments
No comments written yet.
Please login to write comment.