Color spaces of #655aba
RGB | 101 | 90 | 186 |
---|---|---|---|
HSL | 0.69 | 0.41 | 0.54 |
HSV | 247° | 52° | 73° |
CMYK | 0.46 | 0.52 | 0.00 0.27 |
XYZ | 17.8859 | 13.6242 | 48.1414 |
Yxy | 13.6242 | 0.2246 | 0.1710 |
Hunter Lab | 36.9110 | 21.9013 | -51.4917 |
CIE-Lab | 43.6891 | 29.2433 | -49.4519 |
#655aba color RGB value is (101,90,186).
#655aba hex color red value is 101, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #655aba hue: 0.69 , saturation: 0.41 and the lightness value of 655aba is 0.54.
The process color (four color CMYK) of #655aba color hex is 0.46, 0.52, 0.00, 0.27. Web safe color of #655aba is #6666cc. Color #655aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01011010 | 10111010 |
Octal | 145 | 132 | 272 |
Decimal | 101 | 90 | 186 |
Hex | 65 | 5A | BA |
Shades of #655aba
Tints of #655aba
RGB Percentages of Color #655aba
CMYK Percentages of Color #655aba
Complementary Color
#655aba | #afba5a |
#655aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#655aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#655aba Color CSS Codes
.mybgcolor {background-color:#655aba; } .myforecolor {color:#655aba; } .mybordercolor {border:3px solid #655aba; }
#655aba Text Font Color
<p style="color:#655aba">Text here</p>
This sample text font color is #655aba
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.
#655aba Background Color
<div style="background-color:#655aba">
Div content here</div>
This div background color is #655aba
#655aba Border Color
<div style="border:3px solid #655aba">
Div here</div>
This div border color is #655aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,90,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #655aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #655aba; -webkit-box-shadow: 1px 1px 3px 2px #655aba; box-shadow: 1px 1px 3px 2px #655aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,90,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #655aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #655aba; -webkit-box-shadow: 1px 1px 3px 2px #655aba; box-shadow: 1px 1px 3px 2px #655aba;">
Div content here</div>
This div box has shadow with color #655aba
Comments
No comments written yet.
Please login to write comment.