Color spaces of #655aaf
RGB | 101 | 90 | 175 |
---|---|---|---|
HSL | 0.69 | 0.35 | 0.52 |
HSV | 248° | 49° | 69° |
CMYK | 0.42 | 0.49 | 0.00 0.31 |
XYZ | 16.7609 | 13.1742 | 42.2169 |
Yxy | 13.1742 | 0.2323 | 0.1826 |
Hunter Lab | 36.2963 | 18.9093 | -43.5539 |
CIE-Lab | 43.0246 | 25.9698 | -44.0720 |
#655aaf color RGB value is (101,90,175).
#655aaf hex color red value is 101, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #655aaf hue: 0.69 , saturation: 0.35 and the lightness value of 655aaf is 0.52.
The process color (four color CMYK) of #655aaf color hex is 0.42, 0.49, 0.00, 0.31. Web safe color of #655aaf is #666699. Color #655aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01011010 | 10101111 |
Octal | 145 | 132 | 257 |
Decimal | 101 | 90 | 175 |
Hex | 65 | 5A | AF |
Shades of #655aaf
Tints of #655aaf
RGB Percentages of Color #655aaf
CMYK Percentages of Color #655aaf
Complementary Color
#655aaf | #a4af5a |
#655aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#655aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#655aaf Color CSS Codes
.mybgcolor {background-color:#655aaf; } .myforecolor {color:#655aaf; } .mybordercolor {border:3px solid #655aaf; }
#655aaf Text Font Color
<p style="color:#655aaf">Text here</p>
This sample text font color is #655aaf
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.
#655aaf Background Color
<div style="background-color:#655aaf">
Div content here</div>
This div background color is #655aaf
#655aaf Border Color
<div style="border:3px solid #655aaf">
Div here</div>
This div border color is #655aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,90,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #655aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #655aaf; -webkit-box-shadow: 1px 1px 3px 2px #655aaf; box-shadow: 1px 1px 3px 2px #655aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,90,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #655aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #655aaf; -webkit-box-shadow: 1px 1px 3px 2px #655aaf; box-shadow: 1px 1px 3px 2px #655aaf;">
Div content here</div>
This div box has shadow with color #655aaf
Comments
No comments written yet.
Please login to write comment.