Color spaces of #654aaa
RGB | 101 | 74 | 170 |
---|---|---|---|
HSL | 0.71 | 0.39 | 0.48 |
HSV | 257° | 56° | 67° |
CMYK | 0.41 | 0.56 | 0.00 0.33 |
XYZ | 15.0713 | 10.5665 | 39.2754 |
Yxy | 10.5665 | 0.2322 | 0.1628 |
Hunter Lab | 32.5062 | 25.8748 | -48.8825 |
CIE-Lab | 38.8405 | 34.2472 | -47.8168 |
#654aaa color RGB value is (101,74,170).
#654aaa hex color red value is 101, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #654aaa hue: 0.71 , saturation: 0.39 and the lightness value of 654aaa is 0.48.
The process color (four color CMYK) of #654aaa color hex is 0.41, 0.56, 0.00, 0.33. Web safe color of #654aaa is #663399. Color #654aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01001010 | 10101010 |
Octal | 145 | 112 | 252 |
Decimal | 101 | 74 | 170 |
Hex | 65 | 4A | AA |
Shades of #654aaa
Tints of #654aaa
RGB Percentages of Color #654aaa
CMYK Percentages of Color #654aaa
Complementary Color
#654aaa | #8faa4a |
#654aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#654aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#654aaa Color CSS Codes
.mybgcolor {background-color:#654aaa; } .myforecolor {color:#654aaa; } .mybordercolor {border:3px solid #654aaa; }
#654aaa Text Font Color
<p style="color:#654aaa">Text here</p>
This sample text font color is #654aaa
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.
#654aaa Background Color
<div style="background-color:#654aaa">
Div content here</div>
This div background color is #654aaa
#654aaa Border Color
<div style="border:3px solid #654aaa">
Div here</div>
This div border color is #654aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,74,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #654aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #654aaa; -webkit-box-shadow: 1px 1px 3px 2px #654aaa; box-shadow: 1px 1px 3px 2px #654aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,74,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #654aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #654aaa; -webkit-box-shadow: 1px 1px 3px 2px #654aaa; box-shadow: 1px 1px 3px 2px #654aaa;">
Div content here</div>
This div box has shadow with color #654aaa
Comments
No comments written yet.
Please login to write comment.