Color spaces of #673caf
RGB | 103 | 60 | 175 |
---|---|---|---|
HSL | 0.73 | 0.49 | 0.46 |
HSV | 262° | 66° | 69° |
CMYK | 0.41 | 0.66 | 0.00 0.31 |
XYZ | 14.9472 | 9.2104 | 41.5474 |
Yxy | 9.2104 | 0.2275 | 0.1402 |
Hunter Lab | 30.3486 | 34.8040 | -59.9242 |
CIE-Lab | 36.3863 | 44.0811 | -54.7423 |
#673caf color RGB value is (103,60,175).
#673caf hex color red value is 103, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #673caf hue: 0.73 , saturation: 0.49 and the lightness value of 673caf is 0.46.
The process color (four color CMYK) of #673caf color hex is 0.41, 0.66, 0.00, 0.31. Web safe color of #673caf is #663399. Color #673caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00111100 | 10101111 |
Octal | 147 | 74 | 257 |
Decimal | 103 | 60 | 175 |
Hex | 67 | 3C | AF |
Shades of #673caf
Tints of #673caf
RGB Percentages of Color #673caf
CMYK Percentages of Color #673caf
Complementary Color
#673caf | #84af3c |
#673caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#673caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#673caf Color CSS Codes
.mybgcolor {background-color:#673caf; } .myforecolor {color:#673caf; } .mybordercolor {border:3px solid #673caf; }
#673caf Text Font Color
<p style="color:#673caf">Text here</p>
This sample text font color is #673caf
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.
#673caf Background Color
<div style="background-color:#673caf">
Div content here</div>
This div background color is #673caf
#673caf Border Color
<div style="border:3px solid #673caf">
Div here</div>
This div border color is #673caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,60,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #673caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #673caf; -webkit-box-shadow: 1px 1px 3px 2px #673caf; box-shadow: 1px 1px 3px 2px #673caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,60,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 #673caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #673caf; -webkit-box-shadow: 1px 1px 3px 2px #673caf; box-shadow: 1px 1px 3px 2px #673caf;">
Div content here</div>
This div box has shadow with color #673caf
Comments
No comments written yet.
Please login to write comment.