Color spaces of #652254
RGB | 101 | 34 | 84 |
---|---|---|---|
HSL | 0.88 | 0.50 | 0.26 |
HSV | 315° | 66° | 40° |
CMYK | 0.00 | 0.66 | 0.17 0.60 |
XYZ | 7.5391 | 4.5508 | 8.8686 |
Yxy | 4.5508 | 0.3597 | 0.2171 |
Hunter Lab | 21.3326 | 25.7512 | -9.7158 |
CIE-Lab | 25.4146 | 36.3197 | -15.2906 |
#652254 color RGB value is (101,34,84).
#652254 hex color red value is 101, green value is 34 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #652254 hue: 0.88 , saturation: 0.50 and the lightness value of 652254 is 0.26.
The process color (four color CMYK) of #652254 color hex is 0.00, 0.66, 0.17, 0.60. Web safe color of #652254 is #663366. Color #652254 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00100010 | 01010100 |
Octal | 145 | 42 | 124 |
Decimal | 101 | 34 | 84 |
Hex | 65 | 22 | 54 |
Shades of #652254
Tints of #652254
RGB Percentages of Color #652254
CMYK Percentages of Color #652254
Complementary Color
#652254 | #226533 |
#652254 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#652254 Color Preview on White Background
Lorem ipsum dolor sit amet.
#652254 Color CSS Codes
.mybgcolor {background-color:#652254; } .myforecolor {color:#652254; } .mybordercolor {border:3px solid #652254; }
#652254 Text Font Color
<p style="color:#652254">Text here</p>
This sample text font color is #652254
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.
#652254 Background Color
<div style="background-color:#652254">
Div content here</div>
This div background color is #652254
#652254 Border Color
<div style="border:3px solid #652254">
Div here</div>
This div border color is #652254
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,34,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #652254; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #652254; -webkit-box-shadow: 1px 1px 3px 2px #652254; box-shadow: 1px 1px 3px 2px #652254; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,34,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #652254">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #652254; -webkit-box-shadow: 1px 1px 3px 2px #652254; box-shadow: 1px 1px 3px 2px #652254;">
Div content here</div>
This div box has shadow with color #652254
Comments
No comments written yet.
Please login to write comment.