Color spaces of #601faf
RGB | 96 | 31 | 175 |
---|---|---|---|
HSL | 0.74 | 0.70 | 0.40 |
HSV | 267° | 82° | 69° |
CMYK | 0.45 | 0.82 | 0.00 0.31 |
XYZ | 13.0517 | 6.5619 | 41.1361 |
Yxy | 6.5619 | 0.2148 | 0.1080 |
Hunter Lab | 25.6162 | 46.1191 | -77.2802 |
CIE-Lab | 30.7880 | 56.2839 | -63.9142 |
#601faf color RGB value is (96,31,175).
#601faf hex color red value is 96, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #601faf hue: 0.74 , saturation: 0.70 and the lightness value of 601faf is 0.40.
The process color (four color CMYK) of #601faf color hex is 0.45, 0.82, 0.00, 0.31. Web safe color of #601faf is #663399. Color #601faf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00011111 | 10101111 |
Octal | 140 | 37 | 257 |
Decimal | 96 | 31 | 175 |
Hex | 60 | 1F | AF |
Shades of #601faf
Tints of #601faf
RGB Percentages of Color #601faf
CMYK Percentages of Color #601faf
Complementary Color
#601faf | #6eaf1f |
#601faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#601faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#601faf Color CSS Codes
.mybgcolor {background-color:#601faf; } .myforecolor {color:#601faf; } .mybordercolor {border:3px solid #601faf; }
#601faf Text Font Color
<p style="color:#601faf">Text here</p>
This sample text font color is #601faf
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.
#601faf Background Color
<div style="background-color:#601faf">
Div content here</div>
This div background color is #601faf
#601faf Border Color
<div style="border:3px solid #601faf">
Div here</div>
This div border color is #601faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,31,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #601faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #601faf; -webkit-box-shadow: 1px 1px 3px 2px #601faf; box-shadow: 1px 1px 3px 2px #601faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,31,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 #601faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #601faf; -webkit-box-shadow: 1px 1px 3px 2px #601faf; box-shadow: 1px 1px 3px 2px #601faf;">
Div content here</div>
This div box has shadow with color #601faf
Comments
No comments written yet.
Please login to write comment.