Color spaces of #642faf
RGB | 100 | 47 | 175 |
---|---|---|---|
HSL | 0.74 | 0.58 | 0.44 |
HSV | 265° | 73° | 69° |
CMYK | 0.43 | 0.73 | 0.00 0.31 |
XYZ | 14.0099 | 7.8375 | 41.3318 |
Yxy | 7.8375 | 0.2217 | 0.1241 |
Hunter Lab | 27.9955 | 40.3352 | -67.9372 |
CIE-Lab | 33.6421 | 50.1458 | -59.2222 |
#642faf color RGB value is (100,47,175).
#642faf hex color red value is 100, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #642faf hue: 0.74 , saturation: 0.58 and the lightness value of 642faf is 0.44.
The process color (four color CMYK) of #642faf color hex is 0.43, 0.73, 0.00, 0.31. Web safe color of #642faf is #663399. Color #642faf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00101111 | 10101111 |
Octal | 144 | 57 | 257 |
Decimal | 100 | 47 | 175 |
Hex | 64 | 2F | AF |
Shades of #642faf
Tints of #642faf
RGB Percentages of Color #642faf
CMYK Percentages of Color #642faf
Complementary Color
#642faf | #7aaf2f |
#642faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#642faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#642faf Color CSS Codes
.mybgcolor {background-color:#642faf; } .myforecolor {color:#642faf; } .mybordercolor {border:3px solid #642faf; }
#642faf Text Font Color
<p style="color:#642faf">Text here</p>
This sample text font color is #642faf
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.
#642faf Background Color
<div style="background-color:#642faf">
Div content here</div>
This div background color is #642faf
#642faf Border Color
<div style="border:3px solid #642faf">
Div here</div>
This div border color is #642faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,47,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #642faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #642faf; -webkit-box-shadow: 1px 1px 3px 2px #642faf; box-shadow: 1px 1px 3px 2px #642faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,47,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 #642faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #642faf; -webkit-box-shadow: 1px 1px 3px 2px #642faf; box-shadow: 1px 1px 3px 2px #642faf;">
Div content here</div>
This div box has shadow with color #642faf
Comments
No comments written yet.
Please login to write comment.