Color spaces of #655cad
RGB | 101 | 92 | 173 |
---|---|---|---|
HSL | 0.69 | 0.33 | 0.52 |
HSV | 247° | 47° | 68° |
CMYK | 0.42 | 0.47 | 0.00 0.32 |
XYZ | 16.7368 | 13.4381 | 41.2469 |
Yxy | 13.4381 | 0.2343 | 0.1882 |
Hunter Lab | 36.6580 | 17.3455 | -41.0514 |
CIE-Lab | 43.4161 | 24.1478 | -42.2713 |
#655cad color RGB value is (101,92,173).
#655cad hex color red value is 101, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #655cad hue: 0.69 , saturation: 0.33 and the lightness value of 655cad is 0.52.
The process color (four color CMYK) of #655cad color hex is 0.42, 0.47, 0.00, 0.32. Web safe color of #655cad is #666699. Color #655cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01011100 | 10101101 |
Octal | 145 | 134 | 255 |
Decimal | 101 | 92 | 173 |
Hex | 65 | 5C | AD |
Shades of #655cad
Tints of #655cad
RGB Percentages of Color #655cad
CMYK Percentages of Color #655cad
Complementary Color
#655cad | #a4ad5c |
#655cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#655cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#655cad Color CSS Codes
.mybgcolor {background-color:#655cad; } .myforecolor {color:#655cad; } .mybordercolor {border:3px solid #655cad; }
#655cad Text Font Color
<p style="color:#655cad">Text here</p>
This sample text font color is #655cad
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.
#655cad Background Color
<div style="background-color:#655cad">
Div content here</div>
This div background color is #655cad
#655cad Border Color
<div style="border:3px solid #655cad">
Div here</div>
This div border color is #655cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,92,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #655cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #655cad; -webkit-box-shadow: 1px 1px 3px 2px #655cad; box-shadow: 1px 1px 3px 2px #655cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,92,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #655cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #655cad; -webkit-box-shadow: 1px 1px 3px 2px #655cad; box-shadow: 1px 1px 3px 2px #655cad;">
Div content here</div>
This div box has shadow with color #655cad
Comments
No comments written yet.
Please login to write comment.