Color spaces of #554ecc
RGB | 85 | 78 | 204 |
---|---|---|---|
HSL | 0.68 | 0.55 | 0.55 |
HSV | 243° | 62° | 80° |
CMYK | 0.58 | 0.62 | 0.00 0.20 |
XYZ | 17.3698 | 11.7397 | 58.4772 |
Yxy | 11.7397 | 0.1983 | 0.1340 |
Hunter Lab | 34.2632 | 30.5301 | -77.2062 |
CIE-Lab | 40.7994 | 38.9161 | -64.6394 |
#554ecc color RGB value is (85,78,204).
#554ecc hex color red value is 85, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #554ecc hue: 0.68 , saturation: 0.55 and the lightness value of 554ecc is 0.55.
The process color (four color CMYK) of #554ecc color hex is 0.58, 0.62, 0.00, 0.20. Web safe color of #554ecc is #6666cc. Color #554ecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01001110 | 11001100 |
Octal | 125 | 116 | 314 |
Decimal | 85 | 78 | 204 |
Hex | 55 | 4E | CC |
Shades of #554ecc
Tints of #554ecc
RGB Percentages of Color #554ecc
CMYK Percentages of Color #554ecc
Complementary Color
#554ecc | #c5cc4e |
#554ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#554ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#554ecc Color CSS Codes
.mybgcolor {background-color:#554ecc; } .myforecolor {color:#554ecc; } .mybordercolor {border:3px solid #554ecc; }
#554ecc Text Font Color
<p style="color:#554ecc">Text here</p>
This sample text font color is #554ecc
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.
#554ecc Background Color
<div style="background-color:#554ecc">
Div content here</div>
This div background color is #554ecc
#554ecc Border Color
<div style="border:3px solid #554ecc">
Div here</div>
This div border color is #554ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,78,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #554ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #554ecc; -webkit-box-shadow: 1px 1px 3px 2px #554ecc; box-shadow: 1px 1px 3px 2px #554ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,78,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #554ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #554ecc; -webkit-box-shadow: 1px 1px 3px 2px #554ecc; box-shadow: 1px 1px 3px 2px #554ecc;">
Div content here</div>
This div box has shadow with color #554ecc
Comments
No comments written yet.
Please login to write comment.